summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2015-07-07 20:08:02 +0200
committerRobert Helgesson <robert@rycee.net>2015-07-07 21:05:19 +0200
commit6c2e7725081a432aa7e7f1d7b22f6c0d1cd2eb03 (patch)
tree9142716f1a2b3b206f421e04396da438632f5916 /pkgs/development/haskell-modules/configuration-common.nix
parentb028c14256d08c1dcb5a26f37edc879885cac20d (diff)
downloadnixlib-6c2e7725081a432aa7e7f1d7b22f6c0d1cd2eb03.tar
nixlib-6c2e7725081a432aa7e7f1d7b22f6c0d1cd2eb03.tar.gz
nixlib-6c2e7725081a432aa7e7f1d7b22f6c0d1cd2eb03.tar.bz2
nixlib-6c2e7725081a432aa7e7f1d7b22f6c0d1cd2eb03.tar.lz
nixlib-6c2e7725081a432aa7e7f1d7b22f6c0d1cd2eb03.tar.xz
nixlib-6c2e7725081a432aa7e7f1d7b22f6c0d1cd2eb03.tar.zst
nixlib-6c2e7725081a432aa7e7f1d7b22f6c0d1cd2eb03.zip
network-uri: re-enable tests
The issue causing compilation failure seems to have been resolved.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index f4f64d97e55b..8c8ca70ca80d 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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; };