Skip to content
Snippets Groups Projects
Commit e4d083b1 authored by David Waern's avatar David Waern
Browse files

Add containers and array dependency

parent 691be267
No related branches found
No related tags found
No related merge requests found
......@@ -9,16 +9,18 @@ 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>=1.0,
haskell98>=1.0,
mtl>=1.0,
ghc>=6.7,
build-depends: base,
haskell98,
mtl,
ghc>=6.8,
Cabal,
filepath,
network>=1.0,
network,
process,
directory,
pretty
pretty,
containers,
array
extensions: CPP, PatternGuards
ghc-options: -fglasgow-exts
hs-source-dirs: src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment