haskell-blaze-builder: fix build with GHC 7.6.3
This commit is contained in:
parent
2b1802fec1
commit
59cf968fb3
@ -85,4 +85,7 @@ self: super: {
|
||||
patchPhase = "sed -i -e 's|base ==4.8.*,|base,|' sandi.cabal"; }
|
||||
);
|
||||
|
||||
# blaze-builder requires an additional build input on older compilers.
|
||||
blaze-builder = addBuildDepend super.blaze-builder super.bytestring-builder;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user