haskell-ip: use version 1.5.x to fix the build

This commit is contained in:
Peter Simons
2019-06-14 13:06:08 +00:00
parent e1126316d7
commit af37181eed
3 changed files with 3 additions and 3 deletions
@@ -1276,4 +1276,7 @@ self: super: {
# Test suite won't link for no apparent reason.
constraints-deriving = dontCheck super.constraints-deriving;
# The old LTS-13.x version does not compile.
ip = self.ip_1_5_0;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super