aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorSebastian Meric de Bellefon <arnaudpourseb@gmail.com>2016-06-06 19:07:17 -0400
committerSebastian Meric de Bellefon <arnaudpourseb@gmail.com>2016-06-06 19:11:35 -0400
commit37692f64d21d417e25d89b92ec1a0fab059ed500 (patch)
tree12793c324179021e0da741564907b41fa0e52cfe /haddock.cabal
parent8d826904a8a37ada9c74f1821cc8a4a1a5abcd05 (diff)
publish haddock-test library
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal8
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