aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2009-04-05 12:42:53 +0000
committerDavid Waern <david.waern@gmail.com>2009-04-05 12:42:53 +0000
commita03f1b96b464b09ce9679bc1bbd45fea221e89b6 (patch)
tree68db394aba381463ea3e36aa884ec19a332f351f /haddock.cabal
parent90550317d75261e4f32b1f8aedb5ef81d8e65bf8 (diff)
Move H.GHC.Utils to H.GhcUtils
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 73b92dad..9fe53e43 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -112,8 +112,7 @@ executable haddock
Haddock.InterfaceFile
Haddock.Exception
Haddock.Options
- Haddock.GHC.Utils
- Haddock.GHC
+ Haddock.GhcUtils
-- Cabal doesn't define __GHC_PATCHLEVEL__
if impl(ghc == 6.10.1)
@@ -133,7 +132,7 @@ library
Haddock.InterfaceFile
Haddock.Exception
Haddock.Utils
- Haddock.GHC.Utils
+ Haddock.GhcUtils
-- Cabal doesn't define __GHC_PATCHLEVEL__
if impl(ghc == 6.10.1)