Skip to content

Commit

Permalink
Bump text upper version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Sep 27, 2014
1 parent 1a11d28 commit 15a0791
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vado.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Source-Repository head
library
build-depends: base >=4.0.0.0 && <4.8, attoparsec >=0.10.4.0 && <0.13,
directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.4,
process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.2
process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.3
exposed-modules: System.Process.Vado
exposed: True
buildable: True
Expand All @@ -29,7 +29,7 @@ library
executable vado
build-depends: base >=4.0.0.0 && <4.8, attoparsec >=0.10.4.0 && <0.13,
directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.4,
process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.2
process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.3
main-is: Main.hs
buildable: True
hs-source-dirs: src
Expand All @@ -38,7 +38,7 @@ executable vado
executable vamount
build-depends: base >=4.0.0.0 && <4.8, attoparsec >=0.10.4.0 && <0.13,
directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.4,
process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.2
process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.3
main-is: Vamount.hs
buildable: True
hs-source-dirs: src
Expand All @@ -47,7 +47,7 @@ executable vamount
test-suite test-vado
build-depends: base >=4.0.0.0 && <4.8, QuickCheck -any, attoparsec >=0.10.4.0 && <0.13,
directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.4,
process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.2
process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.3
type: exitcode-stdio-1.0
main-is: Test.hs
buildable: True
Expand Down

0 comments on commit 15a0791

Please sign in to comment.