From 6dcbc2ef9f7004823a6e3338d971f87153771f7d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 16 Jun 2014 16:17:20 +0200 Subject: [PATCH] haskell-platform-2009.2.0.2: un-break the expression to try and fix it --- .../libraries/haskell/haskell-platform/2009.2.0.2.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/haskell-platform/2009.2.0.2.nix b/pkgs/development/libraries/haskell/haskell-platform/2009.2.0.2.nix index 369d7fbb8c8..eac734a8422 100644 --- a/pkgs/development/libraries/haskell/haskell-platform/2009.2.0.2.nix +++ b/pkgs/development/libraries/haskell/haskell-platform/2009.2.0.2.nix @@ -22,6 +22,5 @@ cabal.mkDerivation (self : { license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; maintainers = with self.stdenv.lib.maintainers; [andres simons]; - broken = true; # cgi and cabal-install won't compile }; })