From 011e696f6d7d29aaa75d78ba56481a68b2dab468 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 16 Jun 2014 16:17:04 +0200 Subject: [PATCH] haskell-platform-2010.1.0.0: un-break the expression to try and fix it --- .../libraries/haskell/haskell-platform/2010.1.0.0.nix | 1 - 1 file changed, 1 deletion(-) 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 65395662a89..a5107a5fe03 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,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 libary doesn't compile }; })