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:
sternenseemann 2022-03-03 13:06:31 +01:00
parent 4eba40e7a5
commit 21f7df26f7

View File

@ -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