aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2009-11-28 15:05:03 +0000
committerDavid Waern <david.waern@gmail.com>2009-11-28 15:05:03 +0000
commit214f32e43e33285f2c3c05c55a4963d665e33e23 (patch)
tree30865dbb97b696ac9b9777de2ed15f1f80f7fda7 /haddock.cabal
parenta37eb41cff093672afa1d60b43ac27110b82a8f5 (diff)
Remove cruft due to compatibility with older GHCs
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal21
1 files changed, 0 insertions, 21 deletions
diff --git a/haddock.cabal b/haddock.cabal
index a382eddc..e6fc6e02 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -116,16 +116,6 @@ executable haddock
Haddock.GhcUtils
Haddock.Convert
- -- Cabal doesn't define __GHC_PATCHLEVEL__
- if impl(ghc == 6.10.1)
- cpp-options: -D__GHC_PATCHLEVEL__=1
- if impl(ghc == 6.10.2)
- cpp-options: -D__GHC_PATCHLEVEL__=2
- if impl(ghc == 6.10.3)
- cpp-options: -D__GHC_PATCHLEVEL__=3
- if impl(ghc == 6.10.4)
- cpp-options: -D__GHC_PATCHLEVEL__=4
-
library
hs-source-dirs: src
extensions: CPP, PatternGuards, DeriveDataTypeable,
@@ -137,16 +127,5 @@ library
Haddock.Utils
Haddock.GhcUtils
- -- Cabal doesn't define __GHC_PATCHLEVEL__
- if impl(ghc == 6.10.1)
- cpp-options: -D__GHC_PATCHLEVEL__=1
- if impl(ghc == 6.10.2)
- cpp-options: -D__GHC_PATCHLEVEL__=2
- if impl(ghc == 6.10.3)
- cpp-options: -D__GHC_PATCHLEVEL__=3
- if impl(ghc == 6.10.4)
- cpp-options: -D__GHC_PATCHLEVEL__=4
-
if flag(in-ghc-tree)
buildable: False
-