mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell-statistics: this package needs a more recent version of binary
This commit is contained in:
parent
469735b45f
commit
67515e8e38
@ -2021,7 +2021,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
|
||||
StateVar = callPackage ../development/libraries/haskell/StateVar {};
|
||||
|
||||
statistics = callPackage ../development/libraries/haskell/statistics {};
|
||||
statistics = callPackage ../development/libraries/haskell/statistics {
|
||||
binary = self.binary_0_7_1_0;
|
||||
};
|
||||
|
||||
statvfs = callPackage ../development/libraries/haskell/statvfs {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user