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;