vado 0.0.2 → 0.0.3
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- vado.cabal +5/−5
vado.cabal view
@@ -1,5 +1,5 @@ name: vado-version: 0.0.2+version: 0.0.3 cabal-version: >=1.8 build-type: Simple license: MIT@@ -20,7 +20,7 @@ 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 @@ 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 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 @@ 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