Skip to content

Commit 1e35eec

Browse files
committed
Fix js-template-haskell test
1 parent 94db4cc commit 1e35eec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/js-template-haskell/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ let
77
project = project' {
88
inherit compiler-nix-name;
99
src = testSrc "js-template-haskell";
10+
cabalProjectLocal = ''
11+
if arch(javascript)
12+
extra-packages: ghci
13+
'';
1014
};
1115

1216
packages = project.hsPkgs;

0 commit comments

Comments
 (0)