flake: Attempt to run doctests
Reviewed-by: Alexander Kobjolke <me@failco.de>
This commit is contained in:
parent
64cdbc9bce
commit
8f76ec738e
6 changed files with 26 additions and 14 deletions
|
|
@ -47,7 +47,6 @@ executable hcat
|
|||
build-depends:
|
||||
base >=4.13 && <5
|
||||
, hcat
|
||||
, text
|
||||
default-language: GHC2021
|
||||
|
||||
test-suite spec
|
||||
|
|
@ -57,7 +56,7 @@ test-suite spec
|
|||
HCatSpec
|
||||
Paths_hcat
|
||||
hs-source-dirs:
|
||||
test
|
||||
test/spec
|
||||
default-extensions:
|
||||
BlockArguments
|
||||
OverloadedStrings
|
||||
|
|
@ -71,7 +70,4 @@ test-suite spec
|
|||
, base >=4.13 && <5
|
||||
, hcat
|
||||
, hspec
|
||||
, quickcheck-instances
|
||||
, quickcheck-text
|
||||
, text
|
||||
default-language: GHC2021
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue