More compliance stuff

This commit is contained in:
Michael Snoyman 2020-05-12 12:56:15 +03:00
parent c8e0b31039
commit 60a0adc5e5
No known key found for this signature in database
GPG Key ID: 907EAE2F42B52046

View File

@ -18,6 +18,7 @@ extra-source-files: test/main.hs, test/sample/foo, test/sample/bar/baz,
README.md
library
default-language: Haskell2010
build-depends: base >= 4.9.1 && < 5
, bytestring >= 0.9.1.4
, directory >= 1.0.0.3
@ -27,6 +28,7 @@ library
ghc-options: -Wall
test-suite test
default-language: Haskell2010
type: exitcode-stdio-1.0
main-is: main.hs
hs-source-dirs: test