Skip to content

Commit 7549380

Browse files
committed
Fix for windows profiled TH
1 parent 7f4ab76 commit 7549380

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/js-template-haskell/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ let
1010
cabalProjectLocal = ''
1111
if arch(javascript)
1212
extra-packages: ghci
13+
else
14+
-- This fixes windows profiled builds
15+
constraints: text source
1316
'';
1417
};
1518

0 commit comments

Comments
 (0)