diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f8ed07b3aad..a6424b9e44d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -14,6 +14,7 @@ self: super: { # Break infinite recursions. 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;