mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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.
|
||||
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:
|
||||
# haddock: internal error: expectJust getPackageDetails
|
||||
|
Loading…
Reference in New Issue
Block a user