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-09 14:07:36 -0500
committerShea Levy <shea@shealevy.com>2015-01-09 14:07:36 -0500
commit93b75f62848756764e9102cdd3fe93388afeb98a (patch)
treee0a71329bffc9e721bb45e6f7605159caa9506e9 /pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
parentfe9529ae3fe774bef5e218dc7aa70fa2793ef58c (diff)
downloadnixlib-93b75f62848756764e9102cdd3fe93388afeb98a.tar
nixlib-93b75f62848756764e9102cdd3fe93388afeb98a.tar.gz
nixlib-93b75f62848756764e9102cdd3fe93388afeb98a.tar.bz2
nixlib-93b75f62848756764e9102cdd3fe93388afeb98a.tar.lz
nixlib-93b75f62848756764e9102cdd3fe93388afeb98a.tar.xz
nixlib-93b75f62848756764e9102cdd3fe93388afeb98a.tar.zst
nixlib-93b75f62848756764e9102cdd3fe93388afeb98a.zip
ghc-ng-7.10: More doctest fixes
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.nix2
1 files changed, 2 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 b61705021b47..2f8d7065f85a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
@@ -63,6 +63,8 @@ self: super: {
   # doctest doesn't work with GHC 7.10.x.
   # https://github.com/sol/doctest/issues/94
   cabal2nix = overrideCabal super.cabal2nix (drv: { doCheck = false; });
+  comonad = overrideCabal super.comonad (drv: { doCheck = false; });
+  distributive = overrideCabal super.distributive (drv: { doCheck = false; });
   hackage-db = overrideCabal super.hackage-db (drv: { doCheck = false; });
   hsemail = overrideCabal super.hsemail (drv: { doCheck = false; });
 }