We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc728e commit 375d078Copy full SHA for 375d078
megaparsec-utils.cabal
@@ -70,3 +70,4 @@ test-suite megaparsec-utils-test
70
, time >=1.10 && <2
71
, uuid >=1.3 && <2
72
default-language: Haskell2010
73
+ build-tool-depends: hspec-discover:hspec-discover == 2.*
package.yaml
@@ -47,6 +47,7 @@ library:
47
48
tests:
49
megaparsec-utils-test:
50
+ defaults: sol/hpack-defaults@hspec-cabal-new
51
main: Spec.hs
52
source-dirs: test
53
ghc-options:
0 commit comments