aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2007-11-12 00:03:18 +0000
committerDavid Waern <david.waern@gmail.com>2007-11-12 00:03:18 +0000
commit4657fbad393c7f7bd7ee50f22b506d9c9422c3e4 (patch)
treee04905844795fa1415f6477cb75e1555691bd00e /haddock.cabal
parentb67f753c941a7db9baa9b2c9ffe1a4efce5b47a3 (diff)
Merge patch from the old branch:
Fri Aug 31 13:21:45 CEST 2007 Duncan Coutts <duncan@haskell.org> * Add category: Development to .cabal file Otherwise it appears on the hackage website in the "Unclassified" category.
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 5de5c0ae..bf420ef5 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -10,6 +10,7 @@ stability: stable
homepage: http://www.haskell.org/haddock/
synopsis: Haddock is a documentation-generation tool for Haskell
libraries
+category: Development
build-depends:
base,
haskell98,