haskell-hmatrix-gsl-stats: fix build of LTS version 0.4.1

* pkgs/development/haskell-modules/configuration-common.nix:
This commit is contained in:
Peter Simons 2015-09-18 09:55:30 +02:00
parent e258dee08c
commit 345dc3e5b4

View File

@ -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";
});
}