summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-10-01 15:41:41 +0200
committerPeter Simons <simons@cryp.to>2017-10-01 15:45:52 +0200
commitb92f59029a4ae358040fa54380bb61386266e739 (patch)
tree7740da87d325294f84575296e006582627cd836a /pkgs/development/haskell-modules
parentd0fbe1b411cee9e85202e01e9b58c2b4647a587e (diff)
downloadnixlib-b92f59029a4ae358040fa54380bb61386266e739.tar
nixlib-b92f59029a4ae358040fa54380bb61386266e739.tar.gz
nixlib-b92f59029a4ae358040fa54380bb61386266e739.tar.bz2
nixlib-b92f59029a4ae358040fa54380bb61386266e739.tar.lz
nixlib-b92f59029a4ae358040fa54380bb61386266e739.tar.xz
nixlib-b92f59029a4ae358040fa54380bb61386266e739.tar.zst
nixlib-b92f59029a4ae358040fa54380bb61386266e739.zip
haskell-hspec-core: enable test suite again
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ac1420051da4..74291cf70a3b 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -56,16 +56,14 @@ self: super: {
   clock = dontCheck super.clock;
   Dust-crypto = dontCheck super.Dust-crypto;
   hasql-postgres = dontCheck super.hasql-postgres;
-  hspec-expectations = dontCheck super.hspec-expectations;
   hspec = super.hspec.override { stringbuilder = dontCheck super.stringbuilder; };
+  hspec-core = super.hspec-core.override { silently = dontCheck super.silently; temporary = dontCheck super.temporary; };
+  hspec-expectations = dontCheck super.hspec-expectations;
   HTTP = dontCheck super.HTTP;
+  http-streams = dontCheck super.http-streams;
   nanospec = dontCheck super.nanospec;
   options = dontCheck super.options;
   statistics = dontCheck super.statistics;
-  http-streams = dontCheck super.http-streams;
-
-  # https://github.com/hspec/hspec/issues/330
-  hspec-core = dontCheck (super.hspec-core.override { silently = dontCheck super.silently; temporary = dontCheck super.temporary; });
 
   # segfault due to missing return: https://github.com/haskell/c2hs/pull/184
   c2hs = dontCheck super.c2hs;