blob: 2b75ea8142cdd7759ca8f825c2ae828afdb7c460 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
name: haddock-test
version: 0.0.1
synopsis: Test utilities for Haddock
license: BSD3
author: Simon Marlow, David Waern
maintainer: Simon Hengel <sol@typeful.net>, Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
homepage: http://www.haskell.org/haddock/
bug-reports: https://github.com/haskell/haddock/issues
copyright: (c) Simon Marlow, David Waern
category: Documentation
build-type: Simple
cabal-version: >= 1.10
stability: experimental
library
default-language: Haskell2010
ghc-options: -Wall
hs-source-dirs: src
build-depends: base, bytestring, directory, process, filepath, Cabal, xml, xhtml, syb
exposed-modules:
Test.Haddock
Test.Haddock.Config
Test.Haddock.Xhtml
other-modules:
Test.Haddock.Process
Test.Haddock.Utils
|