From d08a483bda5c3af85546259a191bc4e82bc86b68 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 25 Aug 2015 15:31:56 +0200 Subject: [PATCH] haskell-ed25519 is broken --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7f823949a8e..7658ff1b111 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -978,4 +978,10 @@ self: super: { # https://github.com/bos/configurator/issues/22 configurator = dontCheck super.configurator; + # https://github.com/thoughtpolice/hs-ed25519/issues/9 + ed25519 = markBroken super.ed25519; + hackage-repo-tool = dontDistribute super.hackage-repo-tool; + hackage-security = dontDistribute super.hackage-security; + hackage-security-HTTP = dontDistribute super.hackage-security-HTTP; + }