File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,6 @@ flag bench
51
51
performance
52
52
default : True
53
53
54
- flag properties
55
- description : Enable the quickcheck tests
56
- default : True
57
-
58
54
-- flag dump-simpl
59
55
-- description: Dumps the simplified core during compilation
60
56
-- default: False
@@ -154,16 +150,13 @@ test-suite properties
154
150
Properties
155
151
Util
156
152
157
- if !flag(properties)
158
- buildable : False
159
- else
160
- build-depends :
161
- base >= 4.9 ,
162
- bytestring,
163
- containers,
164
- QuickCheck > 2.9 && < 2.16 ,
165
- vector,
166
- vector-algorithms
153
+ build-depends :
154
+ base >= 4.9 ,
155
+ bytestring,
156
+ containers,
157
+ QuickCheck > 2.9 && < 2.16 ,
158
+ vector,
159
+ vector-algorithms
167
160
168
161
if flag(llvm)
169
162
ghc-options : -fllvm
You can’t perform that action at this time.
0 commit comments