Disable old-locale for aeson on 7.10
@peti why does hackage2nix enable that flag anyway?
This commit is contained in:
parent
753539800e
commit
dd558e0baa
@ -53,6 +53,11 @@ self: super: {
|
|||||||
configureFlags = [];
|
configureFlags = [];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# We have time 1.5
|
||||||
|
aeson = overrideCabal super.aeson (drv: {
|
||||||
|
configureFlags = [];
|
||||||
|
});
|
||||||
|
|
||||||
# Setup: At least the following dependencies are missing: base <4.8
|
# Setup: At least the following dependencies are missing: base <4.8
|
||||||
hspec-expectations = overrideCabal super.hspec-expectations (drv: {
|
hspec-expectations = overrideCabal super.hspec-expectations (drv: {
|
||||||
patchPhase = "sed -i -e 's|base < 4.8|base|' hspec-expectations.cabal";
|
patchPhase = "sed -i -e 's|base < 4.8|base|' hspec-expectations.cabal";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user