haskell-hmatrix-special: this package won't compile any more after the hmatrix update

This commit is contained in:
Peter Simons 2014-08-11 14:39:41 +02:00
parent ae236364dd
commit 710af8be29

View File

@ -12,5 +12,7 @@ cabal.mkDerivation (self: {
description = "Interface to GSL special functions";
license = "GPL";
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})