Make 'nix flake check' work
This commit is contained in:
parent
da3b61b467
commit
7a69fb2363
6 changed files with 27 additions and 20 deletions
|
|
@ -26,6 +26,7 @@ library
|
|||
default-extensions:
|
||||
BlockArguments
|
||||
OverloadedStrings
|
||||
ImportQualifiedPost
|
||||
ghc-options: -Wall -Wunused-packages -fdefer-typed-holes
|
||||
build-depends:
|
||||
base >=4.13 && <5
|
||||
|
|
@ -41,6 +42,7 @@ executable hcat
|
|||
default-extensions:
|
||||
BlockArguments
|
||||
OverloadedStrings
|
||||
ImportQualifiedPost
|
||||
ghc-options: -Wall -Wunused-packages -fdefer-typed-holes
|
||||
build-depends:
|
||||
base >=4.13 && <5
|
||||
|
|
@ -59,6 +61,7 @@ test-suite spec
|
|||
default-extensions:
|
||||
BlockArguments
|
||||
OverloadedStrings
|
||||
ImportQualifiedPost
|
||||
ghc-options: -Wall -Wunused-packages -fdefer-typed-holes
|
||||
cpp-options: -DTEST
|
||||
build-tool-depends:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue