aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Dupree <id@isaac.cedarswampstudios.org>2009-08-23 23:37:47 +0000
committerIsaac Dupree <id@isaac.cedarswampstudios.org>2009-08-23 23:37:47 +0000
commit9f35e27553d18b1fcaaeb02d69e29c1963af614f (patch)
tree186e390ace4a0e9020b5560faac1f0d74f6b1d30
parent28fff0b499a669584b208387ba5a3c2f91f82c78 (diff)
eliminate haskell98 dependency, following GHC's example
It turns out I/we already had, and it was only a matter of deleting it from the cabal file.
-rw-r--r--haddock.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 3fac4cab..94784f90 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -66,7 +66,6 @@ flag in-ghc-tree
executable haddock
build-depends:
base >= 4.0.0.0 && < 4.2.0.0,
- haskell98,
filepath,
directory,
pretty,