mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
happy: fix build with ghc-7.2.x
This commit is contained in:
parent
8065da399c
commit
b9c761966b
@ -51,4 +51,7 @@ self: super: {
|
||||
# Haddock chokes on the prologue from the cabal file.
|
||||
ChasingBottoms = dontHaddock super.ChasingBottoms;
|
||||
|
||||
# These packages need more recent versions of core libraries to compile.
|
||||
happy = addBuildTools super.happy [self.containers_0_4_2_1 self.deepseq_1_3_0_1 self.containers_0_4_2_1];
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user