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 588e6cc commit 8a90cf2Copy full SHA for 8a90cf2
constrained-generators.cabal
@@ -121,32 +121,6 @@ library examples
121
prettyprinter,
122
random,
123
124
-library testlib
125
- exposed-modules:
126
- Test.Minimal.Base
127
- Test.Minimal.Model
128
- Test.Minimal.Syntax
129
- Test.Minimal.Tuple
130
-
131
- hs-source-dirs: testlib
132
- default-language: Haskell2010
133
- ghc-options:
134
- -Wall
135
- -Wcompat
136
- -Wincomplete-record-updates
137
- -Wincomplete-uni-patterns
138
- -Wpartial-fields
139
- -Wredundant-constraints
140
- -Wunused-packages
141
142
- build-depends:
143
- QuickCheck >=2.14,
144
- base >=4.18 && <5,
145
- constrained-generators,
146
- containers,
147
- mtl,
148
- prettyprinter,
149
150
test-suite constrained
151
type: exitcode-stdio-1.0
152
main-is: Tests.hs
0 commit comments