From dbdba8e0c4893fe8fdb3779fd036384b6264d08d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 8 May 2015 13:47:53 +0200 Subject: [PATCH] haskell-bitcoin-api-extra depends on broken wreq library --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 1 + 1 file changed, 1 insertion(+) 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 efbd3a00439..65281a758b8 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -323,6 +323,7 @@ self: super: { wreq-sb = dontDistribute (dontCheck super.wreq-sb); hipbot = dontDistribute super.hipbot; bitcoin-api = dontDistribute super.bitcoin-api; + bitcoin-api-extra = dontDistribute super.bitcoin-api-extra; # https://github.com/HugoDaniel/RFC3339/issues/14 timerep = dontCheck super.timerep;