ghc-events: fix build of latest version with ghc-7.8.x
This commit is contained in:
parent
a982892116
commit
e0f7ab678a
@ -131,4 +131,7 @@ self: super: {
|
||||
patchPhase = "sed -i -e 's|base ==4.8.*,|base,|' sandi.cabal"; }
|
||||
);
|
||||
|
||||
# Overriding mtl 2.2.x is fine here because ghc-events is an stand-alone executable.
|
||||
ghc-events = super.ghc-events.override { mtl = self.mtl_2_2_1; };
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user