From 3ff373819e270d2e4ab1b007c8f447eaec2e0850 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 13 Dec 2014 12:54:34 +0100 Subject: [PATCH] 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. --- pkgs/development/libraries/haskell/hspec2/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/hspec2/default.nix b/pkgs/development/libraries/haskell/hspec2/default.nix index c833b80bb9f..c6f64c92182 100644 --- a/pkgs/development/libraries/haskell/hspec2/default.nix +++ b/pkgs/development/libraries/haskell/hspec2/default.nix @@ -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; }; })