diff options
-rw-r--r-- | utils/ghc-cabal/ghc-cabal.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-cabal/ghc-cabal.hs b/utils/ghc-cabal/ghc-cabal.hs index c19217e5e0..3bcf76e617 100644 --- a/utils/ghc-cabal/ghc-cabal.hs +++ b/utils/ghc-cabal/ghc-cabal.hs @@ -179,7 +179,7 @@ generate config_args distdir directory maybeSetLibiconv verbosity (libBuildInfo lib) lbi hooked_bi <- - if (buildType pd0 == Just Configure) + if (buildType pd0 == Just Configure) || (buildType pd0 == Just Custom) then do maybe_infoFile <- defaultHookedPackageDesc case maybe_infoFile of |