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

This commit is contained in:
Peter Simons 2019-06-13 22:08:49 +02:00
parent e1126316d7
commit af37181eed
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -6190,7 +6190,6 @@ broken-packages:
- iostring
- iothread
- iotransaction
- ip
- ip2location
- ip2proxy
- ipatch

View file

@ -134398,8 +134398,6 @@ self: {
];
description = "Library for IP and MAC addresses";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"ip-quoter" = callPackage