cabal-version: 3.0 name: haddock-test version: 0.0.1 synopsis: Test utilities for Haddock license: BSD-2-Clause author: Simon Marlow, David Waern maintainer: Simon Hengel , Mateusz Kowalczyk 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 tested-with: GHC==9.4.* stability: experimental library default-language: Haskell2010 ghc-options: -Wall hs-source-dirs: src build-depends: base >= 4.3 && < 4.17, bytestring, directory, process, filepath, Cabal exposed-modules: Test.Haddock Test.Haddock.Config Test.Haddock.Utils Test.Haddock.Xhtml other-modules: Test.Haddock.Process