mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
haskell-binary-conduit: fix build with ghc < 7.8
This commit is contained in:
parent
44d03082d4
commit
8fe9c64b13
@ -21,6 +21,7 @@
|
||||
};
|
||||
|
||||
ghc763Prefs = self : super : ghc782Prefs self super // {
|
||||
binaryConduit = super.binaryConduit.override { binary = self.binary_0_7_0_1; };
|
||||
bson = super.bson.override { dataBinaryIeee754 = self.dataBinaryIeee754.override { binary = self.binary_0_7_0_1; }; };
|
||||
criterion = super.criterion.override {
|
||||
statistics = self.statistics.override {
|
||||
|
Loading…
Reference in New Issue
Block a user