diff options
author | Sebastian Méric de Bellefon <arnaudpourseb@gmail.com> | 2016-06-15 12:17:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-15 12:17:29 -0400 |
commit | e40990d4dbb80db2b7bf5a939866f9eaf4d5b309 (patch) | |
tree | f9c5fd53a2dd7ed6f0bac247cf6ed5aad7a962d7 /haddock.cabal | |
parent | 2c7c7359eca7c5e59d70958f9a9ef199476615c2 (diff) | |
parent | 37692f64d21d417e25d89b92ec1a0fab059ed500 (diff) |
Merge pull request #522 from Helkafen/master
publish haddock-test library
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/haddock.cabal b/haddock.cabal index 92729970..49745a10 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -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 |