diff --git a/vado.cabal b/vado.cabal index 387e98c..507b5d8 100644 --- a/vado.cabal +++ b/vado.cabal @@ -1,5 +1,5 @@ name: vado -version: 0.0.10 +version: 0.0.11 cabal-version: >=1.8 build-type: Simple license: MIT @@ -18,7 +18,7 @@ Source-Repository head location: https://github.com/hamishmack/vado.git library - build-depends: base >=4.0.0.0 && <4.12, attoparsec >=0.10.4.0 && <0.14, + build-depends: base >=4.0.0.0 && <4.13, attoparsec >=0.10.4.0 && <0.14, directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5, process >=1.0.1.5 && <1.7, text >=0.11.3.1 && <1.3 exposed-modules: System.Process.Vado @@ -27,7 +27,7 @@ library hs-source-dirs: src executable vado - build-depends: base >=4.0.0.0 && <4.12, attoparsec >=0.10.4.0 && <0.14, + build-depends: base >=4.0.0.0 && <4.13, attoparsec >=0.10.4.0 && <0.14, directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5, process >=1.0.1.5 && <1.7, text >=0.11.3.1 && <1.3 main-is: Main.hs @@ -36,7 +36,7 @@ executable vado other-modules: System.Process.Vado executable vamount - build-depends: base >=4.0.0.0 && <4.12, attoparsec >=0.10.4.0 && <0.14, + build-depends: base >=4.0.0.0 && <4.13, attoparsec >=0.10.4.0 && <0.14, directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5, process >=1.0.1.5 && <1.7, text >=0.11.3.1 && <1.3 main-is: Vamount.hs @@ -45,7 +45,7 @@ executable vamount other-modules: System.Process.Vado test-suite test-vado - build-depends: base >=4.0.0.0 && <4.12, QuickCheck -any, attoparsec >=0.10.4.0 && <0.14, + build-depends: base >=4.0.0.0 && <4.13, QuickCheck -any, attoparsec >=0.10.4.0 && <0.14, directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5, process >=1.0.1.5 && <1.7, text >=0.11.3.1 && <1.3 type: exitcode-stdio-1.0