utf8-string has too string base upper bound

This commit is contained in:
Shea Levy 2015-01-09 13:38:34 -05:00
parent 119f5baa22
commit ad632cc9c8

View file

@ -51,5 +51,8 @@ self: super: {
hspec-expectations = overrideCabal super.hspec-expectations (drv: {
patchPhase = "sed -i -e 's|base < 4.8|base|' hspec-expectations.cabal";
});
utf8-string = overrideCabal super.utf8-string (drv: {
patchPhase = "sed -i -e 's|base >= 3 && < 4.8|base|' utf8-string.cabal";
});
}