about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-03-29 13:59:48 +0200
committerPeter Simons <simons@cryp.to>2016-04-04 15:20:37 +0200
commit574f63b956bbcbce3a4682abe2d34d851fb80639 (patch)
tree52670e696328691cfe243f410c0f682946b4d84b /pkgs/development
parenta68e670346e592c91cf1dd4a60b5dd2ef4a8d16e (diff)
downloadnixlib-574f63b956bbcbce3a4682abe2d34d851fb80639.tar
nixlib-574f63b956bbcbce3a4682abe2d34d851fb80639.tar.gz
nixlib-574f63b956bbcbce3a4682abe2d34d851fb80639.tar.bz2
nixlib-574f63b956bbcbce3a4682abe2d34d851fb80639.tar.lz
nixlib-574f63b956bbcbce3a4682abe2d34d851fb80639.tar.xz
nixlib-574f63b956bbcbce3a4682abe2d34d851fb80639.tar.zst
nixlib-574f63b956bbcbce3a4682abe2d34d851fb80639.zip
haskell-hspec: fix infinite recursion in version 2.2.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 20a338dd2cb8..2e555f664bd0 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -29,6 +29,7 @@ self: super: {
   hspec_2_1_7 = super.hspec_2_1_7.override { stringbuilder = dontCheck super.stringbuilder; };
   hspec_2_1_10 = super.hspec_2_1_10.override { stringbuilder = dontCheck super.stringbuilder; };
   hspec_2_2_1 = super.hspec_2_2_1.override { stringbuilder = dontCheck super.stringbuilder; };
+  hspec_2_2_2 = super.hspec_2_2_2.override { stringbuilder = dontCheck super.stringbuilder; };
   hspec-expectations_0_6_1_1 = dontCheck super.hspec-expectations_0_6_1_1;
   hspec-expectations_0_6_1 = dontCheck super.hspec-expectations_0_6_1;
   hspec-expectations_0_7_1 = dontCheck super.hspec-expectations_0_7_1;