mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01: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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue