summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-07-07 13:48:02 +0200
committerPeter Simons <simons@cryp.to>2015-07-11 16:05:00 +0200
commit6d457c60bb71030b533b494a8dad260fa2274ae3 (patch)
tree8afa752296439e60fba790d5bf55fd0be6da3d09 /pkgs
parent841cfa9764d917fc920a7a95ca27e5263b96b995 (diff)
downloadnixpkgs-6d457c60bb71030b533b494a8dad260fa2274ae3.tar
nixpkgs-6d457c60bb71030b533b494a8dad260fa2274ae3.tar.gz
nixpkgs-6d457c60bb71030b533b494a8dad260fa2274ae3.tar.bz2
nixpkgs-6d457c60bb71030b533b494a8dad260fa2274ae3.tar.lz
nixpkgs-6d457c60bb71030b533b494a8dad260fa2274ae3.tar.xz
nixpkgs-6d457c60bb71030b533b494a8dad260fa2274ae3.tar.zst
nixpkgs-6d457c60bb71030b533b494a8dad260fa2274ae3.zip
haskell-hspec-expectations: re-enable the test suite
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index a6424b9e44d..fd3e70eaed8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -15,7 +15,6 @@ self: super: {
   Dust-crypto = dontCheck super.Dust-crypto;
   hasql-postgres = dontCheck super.hasql-postgres;
   hspec = super.hspec.override { stringbuilder = dontCheck super.stringbuilder; };
-  hspec-expectations = dontCheck super.hspec-expectations;
   HTTP = dontCheck super.HTTP;
   mwc-random = dontCheck super.mwc-random;
   nanospec = dontCheck super.nanospec;