mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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:
parent
809dd0790f
commit
3ff373819e
@ -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;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user