haskellPackages.ekg-core: fix build by relaxing bounds

This commit is contained in:
Teo Camarasu 2022-03-02 10:12:22 +00:00 committed by sternenseemann
parent bffa5bc47d
commit a0ed90b345

View file

@ -2333,4 +2333,7 @@ self: super: {
# Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24
system-fileio = doJailbreak super.system-fileio;
# 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;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super