haskell: use native alex and happy for GHCJS
This commit is contained in:
parent
f415ce2953
commit
ed30c8ba40
@ -7,7 +7,7 @@ self: super: {
|
|||||||
# LLVM is not supported on this GHC; use the latest one.
|
# LLVM is not supported on this GHC; use the latest one.
|
||||||
inherit (pkgs) llvmPackages;
|
inherit (pkgs) llvmPackages;
|
||||||
|
|
||||||
jailbreak-cabal = pkgs.haskell-ng.packages.ghc7101.jailbreak-cabal;
|
inherit (pkgs.haskell-ng.packages.ghc7101) jailbreak-cabal alex happy;
|
||||||
|
|
||||||
# Many packages fail with:
|
# Many packages fail with:
|
||||||
# haddock: internal error: expectJust getPackageDetails
|
# haddock: internal error: expectJust getPackageDetails
|
||||||
|
Loading…
Reference in New Issue
Block a user