From 15a0791f1e6b417ff8905319f050374aaedf8fdd Mon Sep 17 00:00:00 2001 From: RyanGlScott Date: Sat, 27 Sep 2014 16:40:16 -0500 Subject: [PATCH] Bump text upper version bounds --- vado.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vado.cabal b/vado.cabal index d24539a..d3749a2 100644 --- a/vado.cabal +++ b/vado.cabal @@ -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 @@ -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 @@ -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 @@ -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