From f4958243d44f7857ff7c430ec0839bedd45f7d36 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 9 Mar 2015 11:43:38 +0100 Subject: [PATCH] haskell-chaselev-deque has been fixed. --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2b7f15c1ee0..f79599db7fc 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -434,9 +434,6 @@ self: super: { # https://github.com/vincenthz/hs-crypto-pubkey/issues/20 crypto-pubkey = dontCheck super.crypto-pubkey; - # https://github.com/rrnewton/haskell-lockfree/issues/44 - chaselev-deque = markBrokenVersion "0.5.0.3" super.chaselev-deque; - # https://github.com/zouppen/stratum-tool/issues/14 stratum-tool = markBrokenVersion "0.0.4" super.stratum-tool;