diff options
author | Joris | 2020-01-20 23:44:27 +0100 |
---|---|---|
committer | Joris | 2020-01-20 23:44:27 +0100 |
commit | c56a7245e667e8c610c93ef293e715c5777db243 (patch) | |
tree | 3a685c70b6e686a172fa02a593384164285cc461 /.gitignore | |
parent | 107b44872ddfbac8c681a6481f4a9f4b5f61d818 (diff) |
Use cabal instead of stack
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ .psc-package/ -.stack-work/ +dist-newstyle/ _cache/ node_modules/ output/ |