Skip to content

Commit 78cc923

Browse files
committed
vector-algorithms.cabal: Remove properties flag
Did not seem to be working. Easier to just remove it.
1 parent a142f8d commit 78cc923

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

vector-algorithms.cabal

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)