Skip to content

Commit fe4d9e4

Browse files
committed
Build with ghc(js) 9.10
1 parent be8bcfe commit fe4d9e4

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

cabal.project

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ packages: .
22

33
tests: True
44

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
5+
if arch(javascript)
6+
extra-packages: ghci

splitmix.cabal

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ benchmark comparison
115115
, random
116116
, splitmix
117117
, tf-random >=0.5 && <0.6
118+
if arch(javascript)
119+
buildable: False
118120

119121
benchmark simple-sum
120122
type: exitcode-stdio-1.0
@@ -221,6 +223,8 @@ test-suite splitmix-testu01
221223
base
222224
, base-compat-batteries >=0.10.5 && <0.14
223225
, splitmix
226+
if arch(javascript)
227+
buildable: False
224228

225229
test-suite initialization
226230
default-language: Haskell2010

0 commit comments

Comments
 (0)