Skip to content
Snippets Groups Projects
Commit e40990d4 authored by Helkafen's avatar Helkafen Committed by GitHub
Browse files

Merge pull request #522 from Helkafen/master

publish haddock-test library
parents 2c7c7359 37692f64
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env runhaskell
> import Distribution.Simple
> main = defaultMain
......@@ -16,7 +16,7 @@ library
default-language: Haskell2010
ghc-options: -Wall
hs-source-dirs: src
build-depends: base, bytestring, directory, process, filepath, Cabal, xml, xhtml, syb
build-depends: base >= 4.3 && < 4.10, bytestring, directory, process, filepath, Cabal, xml, xhtml, syb
exposed-modules:
Test.Haddock
......
......@@ -133,14 +133,14 @@ test-suite html-test
default-language: Haskell2010
main-is: Main.hs
hs-source-dirs: html-test
build-depends: base, filepath, haddock-test
build-depends: base, filepath, haddock-test == 0.0.1
test-suite hypsrc-test
type: exitcode-stdio-1.0
default-language: Haskell2010
main-is: Main.hs
hs-source-dirs: hypsrc-test
build-depends: base, filepath, haddock-test
build-depends: base, filepath, haddock-test == 0.0.1
ghc-options: -Wall -fwarn-tabs
test-suite latex-test
......@@ -148,14 +148,14 @@ test-suite latex-test
default-language: Haskell2010
main-is: Main.hs
hs-source-dirs: latex-test
build-depends: base, filepath, haddock-test
build-depends: base, filepath, haddock-test == 0.0.1
test-suite hoogle-test
type: exitcode-stdio-1.0
default-language: Haskell2010
main-is: Main.hs
hs-source-dirs: hoogle-test
build-depends: base, filepath, haddock-test
build-depends: base, filepath, haddock-test == 0.0.1
source-repository head
type: git
......
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