diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index cd0097eb166..04083a742e3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -899,4 +899,9 @@ self: super: { cryptonite = dontCheck super.cryptonite; cryptonite_0_6 = dontCheck super.cryptonite_0_6 ; + # https://github.com/fpco/stackage/issues/843 + hmatrix-gsl-stats_0_4_1 = overrideCabal super.hmatrix-gsl-stats_0_4_1 (drv: { + postUnpack = "rm */Setup.lhs"; + }); + }