Merge pull request #8688 from rycee/fix/network-uri

haskell-network-uri: re-enable tests
This commit is contained in:
Peter Simons 2015-07-09 16:06:53 +02:00
commit 83eeb0b8ca

View file

@ -112,9 +112,6 @@ self: super: {
# https://github.com/haskell/time/issues/23
time_1_5_0_1 = dontCheck super.time_1_5_0_1;
# Cannot compile its own test suite: https://github.com/haskell/network-uri/issues/10.
network-uri = dontCheck super.network-uri;
# Help libconfig find it's C language counterpart.
libconfig = (dontCheck super.libconfig).override { config = pkgs.libconfig; };