3
0
Fork 0
forked from mirrors/nixpkgs

haskell-hspec2: mark package as broken

hspec2 doesn't compile any more, and the package is a "deprecated alpha release
of hspec 2.0" according to the Hackage homepage, i.e. people should simply use
hspec 2.x instead.
This commit is contained in:
Peter Simons 2014-12-13 12:54:34 +01:00
parent 809dd0790f
commit 3ff373819e

View file

@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
description = "Alpha version of Hspec 2.0";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
broken = true;
};
})