Skip to content

Commit d3b4fe3

Browse files
committed
Fix literate haskell for musl64 and ghc 9.10
1 parent 4b42b47 commit d3b4fe3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/ghc-for-component-wrapper.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ let
126126
127127
''
128128
+ lib.optionalString (stdenv.targetPlatform.isMusl && !haskellLib.isNativeMusl && builtins.compareVersions ghc.version "9.9" >0) ''
129+
ln -s $wrappedGhc/bin/${targetPrefix}unlit $wrappedGhc/bin/unlit
129130
ln -s $wrappedGhc/bin/${ghcCommand}-iserv $wrappedGhc/bin/ghc-iserv
130131
ln -s $wrappedGhc/bin/${ghcCommand}-iserv-prof $wrappedGhc/bin/ghc-iserv-prof
131132
''

0 commit comments

Comments
 (0)