Skip to content

Commit 8a90cf2

Browse files
remove minimal implementation (#24)
1 parent 588e6cc commit 8a90cf2

File tree

5 files changed

+0
-3134
lines changed

5 files changed

+0
-3134
lines changed

constrained-generators.cabal

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -121,32 +121,6 @@ library examples
121121
prettyprinter,
122122
random,
123123

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-
150124
test-suite constrained
151125
type: exitcode-stdio-1.0
152126
main-is: Tests.hs

0 commit comments

Comments
 (0)