about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-05 20:58:18 +0200
committerPeter Simons <simons@cryp.to>2015-05-05 21:44:47 +0200
commitb5c368cbe4174eb83c9243803a7433803ea0cfa8 (patch)
tree29f743ea3c97df502dddcfc7b6388804e9988cf2 /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parent324719a5a611501d7b54e14f205465f5da1242b1 (diff)
downloadnixlib-b5c368cbe4174eb83c9243803a7433803ea0cfa8.tar
nixlib-b5c368cbe4174eb83c9243803a7433803ea0cfa8.tar.gz
nixlib-b5c368cbe4174eb83c9243803a7433803ea0cfa8.tar.bz2
nixlib-b5c368cbe4174eb83c9243803a7433803ea0cfa8.tar.lz
nixlib-b5c368cbe4174eb83c9243803a7433803ea0cfa8.tar.xz
nixlib-b5c368cbe4174eb83c9243803a7433803ea0cfa8.tar.zst
nixlib-b5c368cbe4174eb83c9243803a7433803ea0cfa8.zip
haskell-unix-time: fix build with ghc-7.4.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
index a00b89e5b4ed..5d080b1b4eb8 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
@@ -70,4 +70,7 @@ self: super: {
   # Needs hashable on pre 7.10.x compilers.
   nats = addBuildDepend super.nats self.hashable;
 
+  # Test suite won't compile.
+  unix-time = dontCheck super.unix-time;
+
 }