aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Waern <davve@dtek.chalmers.se>2007-09-29 00:13:36 +0000
committerDavid Waern <davve@dtek.chalmers.se>2007-09-29 00:13:36 +0000
commit986cbbb33324b112bff07097ec893734f531e090 (patch)
treec0bd2390608c709a79def43e1930408b5a09b813
parentdcecd1418d3e7411c4a244b0c49fe8a9e7f98419 (diff)
Prettify the cabal file
-rw-r--r--haddock.cabal77
1 files changed, 39 insertions, 38 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 0fed0c34..5405ba4f 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,41 +1,42 @@
-build-type: Simple
-name: haddock
-version: 2.0
-license: BSD3
-license-file: LICENSE
-copyright: (c) Simon Marlow, David Waern
-author: Simon Marlow, David Waern
-maintainer: David Waern <davve@dtek.chalmers.se>
-stability: stable
-homepage: http://www.haskell.org/haddock/
-synopsis: Haddock is a documentation-generation tool for Haskell libraries
-build-depends: base,
- haskell98,
- mtl,
- ghc>=6.8,
- Cabal,
- filepath,
- network,
- process,
- directory,
- pretty,
- containers,
- array
-extensions: CPP, PatternGuards
-ghc-options: -fglasgow-exts
-hs-source-dirs: src
-exposed-modules:
- Distribution.Haddock
+build-type: Simple
+name: haddock
+version: 2.0
+license: BSD3
+license-file: LICENSE
+copyright: (c) Simon Marlow, David Waern
+author: Simon Marlow, David Waern
+maintainer: David Waern <davve@dtek.chalmers.se>
+stability: stable
+homepage: http://www.haskell.org/haddock/
+synopsis: Haddock is a documentation-generation tool for Haskell
+ libraries
+build-depends:
+ base,
+ haskell98,
+ mtl,
+ ghc>=6.8,
+ Cabal,
+ filepath,
+ network,
+ process,
+ directory,
+ pretty,
+ containers,
+ array
+extensions: CPP, PatternGuards
+ghc-options: -fglasgow-exts
+hs-source-dirs: src
+exposed-modules: Distribution.Haddock
other-modules:
Haddock.Types
Haddock.InterfaceFile
Haddock.Exception
data-files:
- html/haddock-DEBUG.css
- html/haddock.css
- html/haddock.js
- html/haskell_icon.gif
- html/minus.gif
+ html/haddock-DEBUG.css
+ html/haddock.css
+ html/haddock.js
+ html/haskell_icon.gif
+ html/minus.gif
html/plus.gif
extra-source-files:
CHANGES
@@ -73,11 +74,11 @@ extra-source-files:
haskell.vim
src/haddock.sh
-executable: haddock
-hs-source-dirs: src
-main-is: Main.hs
-extensions: CPP, PatternGuards
-ghc-options: -fglasgow-exts
+executable: haddock
+hs-source-dirs: src
+main-is: Main.hs
+extensions: CPP, PatternGuards
+ghc-options: -fglasgow-exts
other-modules:
Haddock.Interface.Rename
Haddock.Interface.Create