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.
2 parents 69814fd + a03a337 commit c8cc7ccCopy full SHA for c8cc7cc
package.yaml
@@ -325,6 +325,9 @@ tests:
325
- raw-strings-qq
326
- stack
327
- smallcheck
328
+ verbatim: |
329
+ build-tool-depends:
330
+ hspec-discover:hspec-discover
331
flags:
332
static:
333
description: Pass -static/-pthread to ghc when linking the stack binary.
stack.cabal
@@ -696,3 +696,5 @@ test-suite stack-test
696
else
697
cpp-options: -DSTACK_DEVELOPER_MODE_DEFAULT=False
698
default-language: Haskell2010
699
700
0 commit comments