Skip to content

Commit 72ae3a3

Browse files
committed
Fix for TH test
1 parent 142ecc1 commit 72ae3a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/js-template-haskell/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ let
1010
cabalProjectLocal = ''
1111
if arch(javascript)
1212
extra-packages: ghci
13-
else
14-
-- This fixes windows profiled builds
15-
constraints: text source
13+
constraints: text -simdutf, text source
1614
'';
1715
};
1816

0 commit comments

Comments
 (0)