aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2007-11-11 02:21:19 +0000
committerDavid Waern <david.waern@gmail.com>2007-11-11 02:21:19 +0000
commit3f749b43aa90adb94d3faeb5c3b0f7cc38523817 (patch)
treee20890c6a9aa7958bd14d229c17053d8919c0524 /haddock.cabal
parenta37df6aa14d02396f80704683f8e1a1fd59ce2b1 (diff)
Manual merge of a patch from Duncan Coutts that removes the dependency on mtl
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 92f8057f..b3b91e91 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -13,7 +13,6 @@ synopsis: Haddock is a documentation-generation tool for Haskell
build-depends:
base,
haskell98,
- mtl,
ghc>=6.8,
Cabal,
filepath,