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 0e4fd3cc5d1..d22a279f0b8 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -333,5 +333,6 @@ self: super: { wreq = markBrokenVersion "0.3.0.1" (dontCheck super.wreq); wreq-sb = dontDistribute (dontCheck super.wreq-sb); hipbot = dontDistribute super.hipbot; + bitcoin-api = dontDistribute super.bitcoin-api; }