mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-statistics: fix version mismatch of binary package
This commit is contained in:
parent
293a7f00bf
commit
d7eae3f86b
1 changed files with 1 additions and 0 deletions
|
@ -2023,6 +2023,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
|||
|
||||
statistics = callPackage ../development/libraries/haskell/statistics {
|
||||
binary = self.binary_0_7_1_0;
|
||||
vectorBinaryInstances = vectorBinaryInstances.override { binary = self.binary_0_7_1_0; };
|
||||
};
|
||||
|
||||
statvfs = callPackage ../development/libraries/haskell/statvfs {};
|
||||
|
|
Loading…
Reference in a new issue