summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-12-26 12:52:47 +0100
committerPeter Simons <simons@cryp.to>2015-12-28 13:19:28 +0100
commit9ca37a8a4b4e10d36c072cecd8729ba4a1928c26 (patch)
tree8e0fa7feb53cd84d588bd0b3660fd53db8154a4c /pkgs/development/haskell-modules/configuration-common.nix
parent3af72cf6a3a330b1dbc1fe598dc7a0b03c426690 (diff)
downloadnixlib-9ca37a8a4b4e10d36c072cecd8729ba4a1928c26.tar
nixlib-9ca37a8a4b4e10d36c072cecd8729ba4a1928c26.tar.gz
nixlib-9ca37a8a4b4e10d36c072cecd8729ba4a1928c26.tar.bz2
nixlib-9ca37a8a4b4e10d36c072cecd8729ba4a1928c26.tar.lz
nixlib-9ca37a8a4b4e10d36c072cecd8729ba4a1928c26.tar.xz
nixlib-9ca37a8a4b4e10d36c072cecd8729ba4a1928c26.tar.zst
nixlib-9ca37a8a4b4e10d36c072cecd8729ba4a1928c26.zip
haskell-text: doCheck=false override is now generated by hackage2nix
This is necessary to break an finite recursion in the test suite dependencies.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index c2ed36471136..642757e66da3 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -43,11 +43,6 @@ self: super: {
   options_1_2 = dontCheck super.options_1_2;
   options = dontCheck super.options;
   statistics = dontCheck super.statistics;
-  text_1_1_1_3 = dontCheck super.text_1_1_1_3;
-  text_1_2_0_3 = dontCheck super.text_1_2_0_3;
-  text_1_2_0_4 = dontCheck super.text_1_2_0_4;
-  text_1_2_0_6 = dontCheck super.text_1_2_0_6;
-  text = dontCheck super.text;
   c2hs = if pkgs.stdenv.isDarwin then dontCheck super.c2hs else super.c2hs;
 
   # The package doesn't compile with ruby 1.9, which is our default at the moment.