From 9705c25dd6b4b245f72fbb6d0e8f04ff6af9b13d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 10 Jul 2014 16:29:24 +0200 Subject: [PATCH] haskell-platform-2010.1.0.0: mark as broken, the source code is no longer available from haskell.org --- .../libraries/haskell/haskell-platform/2010.1.0.0.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/haskell-platform/2010.1.0.0.nix b/pkgs/development/libraries/haskell/haskell-platform/2010.1.0.0.nix index a5107a5fe031..8c1630752ecf 100644 --- a/pkgs/development/libraries/haskell/haskell-platform/2010.1.0.0.nix +++ b/pkgs/development/libraries/haskell/haskell-platform/2010.1.0.0.nix @@ -22,5 +22,6 @@ cabal.mkDerivation (self : { license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; maintainers = with self.stdenv.lib.maintainers; [andres simons]; + broken = true; # The source code is no longer available from haskell.org. }; })