diff options
author | Joris | 2020-01-20 23:34:14 +0100 |
---|---|---|
committer | Joris | 2020-01-20 23:35:24 +0100 |
commit | d80802ac6c0d671840b58fbf93a22d7323a8f355 (patch) | |
tree | cd37de7cf9c6488180f1708673c63e566a8f773a /.tmuxinator.yml | |
parent | 6612972e0f8164bd5d062792ba175e1876e4084f (diff) |
Use cabal instead of stack
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml index 90c4684..3e73e65 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -5,4 +5,4 @@ windows: - console: - clear - main: - - make install watch + - make watch |