about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-01-12 09:58:56 -0500
committerShea Levy <shea@shealevy.com>2015-01-12 09:58:56 -0500
commite0b270efc9966d7cf8c70b3e3807b8f7af068bb8 (patch)
tree0a63fcc404e12381e48d737c63d9b9cbc399c40f /pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
parentbaa634cf1880c1da346a7279ac8e6e46770bd51a (diff)
downloadnixlib-e0b270efc9966d7cf8c70b3e3807b8f7af068bb8.tar
nixlib-e0b270efc9966d7cf8c70b3e3807b8f7af068bb8.tar.gz
nixlib-e0b270efc9966d7cf8c70b3e3807b8f7af068bb8.tar.bz2
nixlib-e0b270efc9966d7cf8c70b3e3807b8f7af068bb8.tar.lz
nixlib-e0b270efc9966d7cf8c70b3e3807b8f7af068bb8.tar.xz
nixlib-e0b270efc9966d7cf8c70b3e3807b8f7af068bb8.tar.zst
nixlib-e0b270efc9966d7cf8c70b3e3807b8f7af068bb8.zip
Fix http-date build on ghc 7.10
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
index c489e8c69217..19b063686b6d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
@@ -88,6 +88,9 @@ self: super: {
   # Test suite has stricter version bounds
   retry = dontCheck super.retry;
 
+  # Test suite fails with time >= 1.5
+  http-date = dontCheck super.http-date;
+
   # Version 1.19.5 fails its test suite.
   happy = dontCheck super.happy;