We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8bcfe commit fe4d9e4Copy full SHA for fe4d9e4
2 files changed
cabal.project
@@ -2,6 +2,5 @@ packages: .
2
3
tests: True
4
5
-allow-newer: async-2.2.5:base
6
-allow-newer: hashable-1.4.4.0:base
7
-allow-newer: hashable-1.4.4.0:containers
+if arch(javascript)
+ extra-packages: ghci
splitmix.cabal
@@ -115,6 +115,8 @@ benchmark comparison
115
, random
116
, splitmix
117
, tf-random >=0.5 && <0.6
118
+ if arch(javascript)
119
+ buildable: False
120
121
benchmark simple-sum
122
type: exitcode-stdio-1.0
@@ -221,6 +223,8 @@ test-suite splitmix-testu01
221
223
base
222
224
, base-compat-batteries >=0.10.5 && <0.14
225
226
227
228
229
test-suite initialization
230
default-language: Haskell2010
0 commit comments