Skip to content

Commit

Permalink
bump test suite bounds for stackage
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Dec 4, 2012
1 parent 391772c commit 5baeabe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hyphenation.cabal
@@ -1,6 +1,6 @@
name: hyphenation
category: Text
version: 0.2.1.3
version: 0.2.1.4
license: BSD3
cabal-version: >= 1.8
license-file: LICENSE
Expand Down Expand Up @@ -63,8 +63,8 @@ test-suite doctests
main-is: doctests.hs
build-depends:
base == 4.*,
directory >= 1.0 && < 1.2,
doctest >= 0.8 && <= 0.9,
directory >= 1.0 && < 1.3,
doctest >= 0.8 && < 0.10,
filepath >= 1.3 && < 1.4
ghc-options: -Wall -Werror -threaded
hs-source-dirs: tests

0 comments on commit 5baeabe

Please sign in to comment.