summaryrefslogtreecommitdiff
path: root/utils/ghc-cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-04-29 18:37:28 +0000
committerIan Lynagh <igloo@earth.li>2009-04-29 18:37:28 +0000
commit7a0608a2288ce9aad12d369ed81a7f15c911b5bf (patch)
tree5e73c73602708d36b655f6737c969f6c4b2b91f8 /utils/ghc-cabal
parent71dcc642edcfc3bfeef2619d66183cc08ae90a43 (diff)
downloadhaskell-7a0608a2288ce9aad12d369ed81a7f15c911b5bf.tar.gz
Tweak ghc-cabal
Diffstat (limited to 'utils/ghc-cabal')
-rw-r--r--utils/ghc-cabal/ghc-cabal.hs2
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