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 5e2e743 commit cbdfde6Copy full SHA for cbdfde6
.github/workflows/haskell-ci.yml
@@ -71,7 +71,7 @@ jobs:
71
restore-keys: ${{ runner.os }}-stack
72
73
- name: Test
74
- run: stack test --coverage --flag constrained-generators:devel
+ run: stack test --coverage --flag constrained-generators:dev
75
76
- uses: actions/cache/save@v4
77
with:
constrained-generators.cabal
@@ -144,7 +144,7 @@ test-suite constrained-tests
144
containers,
145
hspec
146
147
- if !flag(devel)
+ if !flag(dev)
148
build-depends:
149
constrained-generators:examples
150
0 commit comments