Skip to content

Commit 3a07c3b

Browse files
committed
Fix for ghcjs 8.10
1 parent d2713c2 commit 3a07c3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/js-template-haskell/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ let
99
src = testSrc "js-template-haskell";
1010
cabalProjectLocal = ''
1111
if arch(javascript)
12-
extra-packages: ghci
12+
if impl(ghc>9)
13+
extra-packages: ghci
1314
'';
1415
};
1516

0 commit comments

Comments
 (0)