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:59:54 +0200
committerPeter Simons <simons@cryp.to>2015-05-05 21:44:48 +0200
commitea9e11db9a51038630afc3d0954c9a88ab01b04c (patch)
tree6589fcfb682e4a0ef89bab292a8cf07253999bfe /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parentb5c368cbe4174eb83c9243803a7433803ea0cfa8 (diff)
downloadnixlib-ea9e11db9a51038630afc3d0954c9a88ab01b04c.tar
nixlib-ea9e11db9a51038630afc3d0954c9a88ab01b04c.tar.gz
nixlib-ea9e11db9a51038630afc3d0954c9a88ab01b04c.tar.bz2
nixlib-ea9e11db9a51038630afc3d0954c9a88ab01b04c.tar.lz
nixlib-ea9e11db9a51038630afc3d0954c9a88ab01b04c.tar.xz
nixlib-ea9e11db9a51038630afc3d0954c9a88ab01b04c.tar.zst
nixlib-ea9e11db9a51038630afc3d0954c9a88ab01b04c.zip
haskell-monad-par: 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 5d080b1b4eb8..56f1edb66201 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
@@ -73,4 +73,7 @@ self: super: {
   # Test suite won't compile.
   unix-time = dontCheck super.unix-time;
 
+  # Avoid depending on tasty-golden.
+  monad-par = dontCheck super.monad-par;
+
 }