From fca0ba87b3fde233a2be0cce45ddbd720ee26727 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 6 Feb 2015 14:31:30 +0100 Subject: [PATCH] haskell-MoeDict: build succeeds now --- 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 45de68c1471b..457563744c3a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -420,9 +420,6 @@ self: super: { # https://github.com/haskell-hub/hub-src/issues/24 hub = markBrokenVersion "1.4.0" super.hub; - # https://github.com/audreyt/MoeDict.hs/issues/1 - MoeDict = markBrokenVersion "0.0.1" super.MoeDict; - # https://github.com/pixbi/duplo/issues/25 duplo = dontCheck super.duplo;