diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix index 118d9966b68e..d9a5702a0949 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -34,6 +34,9 @@ self: super: { unix = null; xhtml = null; + # cabal-install can use the native Cabal library. + cabal-install = super.cabal-install.override { Cabal = null; }; + # jailbreak-cabal can use the native Cabal library. jailbreak-cabal = super.jailbreak-cabal.override { Cabal = null; };