From 9a33055dc0798adee076f07565e89255195073cf Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Feb 2015 11:41:07 +0100 Subject: [PATCH] haskell-MoeDict is broken --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e129e6f39c48..28ca1987b2a4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -404,6 +404,9 @@ 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; + } // { # Not on Hackage.