summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorKevin Quick <quick@sparq.org>2015-08-17 21:16:09 -0700
committerPeter Simons <simons@cryp.to>2015-08-19 11:01:48 +0200
commitd58753b994dff5d3b66a86624f73ade0c5ebbb52 (patch)
treeb0be1f0ad12f910ac6cd8298f5c89e0ffe5225ac /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parentf2fc95686c3ff01ed4fbca124090be8ed077927d (diff)
downloadnixpkgs-d58753b994dff5d3b66a86624f73ade0c5ebbb52.tar
nixpkgs-d58753b994dff5d3b66a86624f73ade0c5ebbb52.tar.gz
nixpkgs-d58753b994dff5d3b66a86624f73ade0c5ebbb52.tar.bz2
nixpkgs-d58753b994dff5d3b66a86624f73ade0c5ebbb52.tar.lz
nixpkgs-d58753b994dff5d3b66a86624f73ade0c5ebbb52.tar.xz
nixpkgs-d58753b994dff5d3b66a86624f73ade0c5ebbb52.tar.zst
nixpkgs-d58753b994dff5d3b66a86624f73ade0c5ebbb52.zip
Newer haskell cmdlib version 0.3.6 is no longer marked as broken.
Closes https://github.com/NixOS/nixpkgs/pull/9316.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix9
1 files changed, 0 insertions, 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 2fd9b9c0fb0..8c8498b7a13 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;