mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
haskellPackages.foundation: 0.0.27 -> 0.0.28
haskellPackages.basement: 0.0.13 -> 0.0.14 Fixes a build failure, update minor according to PVP, so should be fine to ignore Stackage Nightly for a bit.
This commit is contained in:
parent
4eba40e7a5
commit
21f7df26f7
@ -2358,4 +2358,8 @@ self: super: {
|
||||
# Bounds too strict on base and ghc-prim: https://github.com/tibbe/ekg-core/pull/43 (merged); waiting on hackage release
|
||||
ekg-core = assert super.ekg-core.version == "0.1.1.7"; doJailbreak super.ekg-core;
|
||||
|
||||
# Fixes a segfault breaking the test suite, bump until stackage follows suit
|
||||
foundation = doDistribute self.foundation_0_0_28;
|
||||
basement = doDistribute self.basement_0_0_14;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
Loading…
Reference in New Issue
Block a user