This commit is contained in:
Yann Esposito (Yogsototh) 2019-06-25 17:55:56 +02:00
parent 57f0da008b
commit 7055f231b6
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ dist
.ghci
.stack-work
container/.DS_Store
stack.yaml.lock

View file

@ -40,6 +40,7 @@ test-suite doctest
build-depends: base >= 4.7 && < 5
, Glob >= 0.7
, human-readable-duration
, time
, doctest >= 0.9.12
ghc-options: -Wall
default-language: Haskell2010