From d58753b994dff5d3b66a86624f73ade0c5ebbb52 Mon Sep 17 00:00:00 2001 From: Kevin Quick Date: Mon, 17 Aug 2015 21:16:09 -0700 Subject: [PATCH] Newer haskell cmdlib version 0.3.6 is no longer marked as broken. Closes https://github.com/NixOS/nixpkgs/pull/9316. --- .../haskell-modules/configuration-ghc-7.10.x.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index 2fd9b9c0fb03..8c8498b7a136 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -174,15 +174,6 @@ self: super: { in addBuildDepends jsaddle' [ self.glib self.gtk3 self.webkitgtk3 self.webkitgtk3-javascriptcore ]; - # contacted maintainer by e-mail - cmdlib = markBrokenVersion "0.3.5" super.cmdlib; - darcs-fastconvert = dontDistribute super.darcs-fastconvert; - ivory-backend-c = dontDistribute super.ivory-backend-c; - ivory-bitdata = dontDistribute super.ivory-bitdata; - ivory-examples = dontDistribute super.ivory-examples; - ivory-hw = dontDistribute super.ivory-hw; - laborantin-hs = dontDistribute super.laborantin-hs; - # https://github.com/cartazio/arithmoi/issues/1 arithmoi = markBroken super.arithmoi; NTRU = dontDistribute super.NTRU;