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 a142f8d commit 78cc923Copy full SHA for 78cc923
vector-algorithms.cabal
@@ -51,10 +51,6 @@ flag bench
51
performance
52
default: True
53
54
-flag properties
55
- description: Enable the quickcheck tests
56
- default: True
57
-
58
-- flag dump-simpl
59
-- description: Dumps the simplified core during compilation
60
-- 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:
+ base >= 4.9,
+ bytestring,
+ containers,
+ QuickCheck > 2.9 && < 2.16,
+ vector,
+ vector-algorithms
167
168
if flag(llvm)
169
ghc-options: -fllvm
0 commit comments