Created and added stack.yaml and .gitignore files. Relaxed the version dependency on 'binary' package in cabal file. Is that OK? Also brought the minimum cabal version to >=1.8, so I could add a test target that pulls in the library. Changed all tabs to spaces - I don't know when the Haskell compiler started giving warnings about that.
23 lines
196 B
Plaintext
23 lines
196 B
Plaintext
### Haskell ###
|
|
dist
|
|
dist-*
|
|
cabal-dev
|
|
*.o
|
|
*.hi
|
|
*.chi
|
|
*.chs.h
|
|
*.dyn_o
|
|
*.dyn_hi
|
|
.hpc
|
|
.hsenv
|
|
.cabal-sandbox/
|
|
cabal.sandbox.config
|
|
*.prof
|
|
*.aux
|
|
*.hp
|
|
*.eventlog
|
|
.stack-work/
|
|
cabal.project.local
|
|
.HTF/
|
|
|