From 6d457c60bb71030b533b494a8dad260fa2274ae3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 7 Jul 2015 13:48:02 +0200 Subject: [PATCH] haskell-hspec-expectations: re-enable the test suite --- pkgs/development/haskell-modules/configuration-common.nix | 1 - 1 file changed, 1 deletion(-) 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;