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 72609d5 commit 6cd7befCopy full SHA for 6cd7bef
.github/workflows/haskell-ci.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Test
74
run: |
75
set -ex
76
- stack test --coverage
+ stack test --coverage --flag constrained-generators:devel
77
stack hpc report --all
78
79
- uses: actions/cache/save@v4
constrained-generators.cabal
@@ -141,9 +141,12 @@ test-suite constrained-tests
141
QuickCheck,
142
base,
143
constrained-generators,
144
- constrained-generators:examples,
145
containers,
146
- hspec,
+ hspec
+
147
+ if !flag(devel)
148
+ build-depends:
149
+ constrained-generators:examples
150
151
benchmark bench
152
type: exitcode-stdio-1.0
0 commit comments