haskellPackages.ekg-core: fix build by relaxing bounds

main
Teo Camarasu 2 years ago committed by sternenseemann
parent bffa5bc47d
commit a0ed90b345
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

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

Loading…
Cancel
Save