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 ce39ac5 commit 0f76f26Copy full SHA for 0f76f26
vector/vector.cabal
@@ -189,7 +189,7 @@ common testlib
189
, base-orphans >= 0.6
190
, vector
191
, primitive
192
- , random
+ , random >= 1.2
193
, QuickCheck >= 2.9 && < 2.15
194
, tasty
195
, tasty-hunit
@@ -220,7 +220,7 @@ library tests-O0
220
Tests.Vector.Unboxed
221
Tests.Vector.UnitTests
222
Utilities
223
- Ghc-Options: -O0
+ Ghc-Options: --disable-optimization
224
225
library tests-O2
226
import: testlib
@@ -249,7 +249,7 @@ test-suite vector-tests-O0
249
import: tests-exe
250
type: exitcode-stdio-1.0
251
Main-Is: Main.hs
252
- Ghc-Options: -O0 -threaded
+ Ghc-Options: --disable-optimization -threaded
253
Build-Depends: vector:tests-O0
254
255
test-suite vector-tests-O2
0 commit comments