diff options
author | Ian Lynagh <igloo@earth.li> | 2012-06-19 19:20:55 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-06-19 19:20:55 +0100 |
commit | 50890235da4e1e15f62d55f80b0326e4fd68e063 (patch) | |
tree | 941c143816f4f1d0a6227916d335a52dc117b30d /ghc | |
parent | 898a862be4fc9f520dcbf34e6db5188abae35d27 (diff) | |
download | haskell-50890235da4e1e15f62d55f80b0326e4fd68e063.tar.gz |
Fix build
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs index f3a42f7cff..d757c2d706 100644 --- a/ghc/Main.hs +++ b/ghc/Main.hs @@ -30,6 +30,7 @@ import InteractiveUI ( interactiveUI, ghciWelcomeMsg ) -- Various other random stuff that we need import Config +import Constants import HscTypes import Packages ( dumpPackages ) import DriverPhases ( Phase(..), isSourceFilename, anyHsc, |