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
5151 performance
5252 default : True
5353
54- flag properties
55- description : Enable the quickcheck tests
56- default : True
57-
5854-- flag dump-simpl
5955-- description: Dumps the simplified core during compilation
6056-- default: False
@@ -154,16 +150,13 @@ test-suite properties
154150 Properties
155151 Util
156152
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
167160
168161 if flag(llvm)
169162 ghc-options : -fllvm
You can’t perform that action at this time.
0 commit comments