packages feed

vado 0.0.7 → 0.0.8

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~directorydep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: directory, text

API changes (from Hackage documentation)

Files

vado.cabal view
@@ -1,5 +1,5 @@ name: vado-version: 0.0.7+version: 0.0.8 cabal-version: >=1.8 build-type: Simple license: MIT@@ -19,7 +19,7 @@  library     build-depends: base >=4.0.0.0 && <4.10, attoparsec >=0.10.4.0 && <0.14,-                   directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.5,+                   directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5,                    process >=1.0.1.5 && <1.5, text >=0.11.3.1 && <1.3     exposed-modules: System.Process.Vado     exposed: True@@ -28,7 +28,7 @@  executable vado     build-depends: base >=4.0.0.0 && <4.10, attoparsec >=0.10.4.0 && <0.14,-                   directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.5,+                   directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5,                    process >=1.0.1.5 && <1.5, text >=0.11.3.1 && <1.3     main-is: Main.hs     buildable: True@@ -37,7 +37,7 @@  executable vamount     build-depends: base >=4.0.0.0 && <4.10, attoparsec >=0.10.4.0 && <0.14,-                   directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.5,+                   directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5,                    process >=1.0.1.5 && <1.5, text >=0.11.3.1 && <1.3     main-is: Vamount.hs     buildable: True@@ -46,8 +46,8 @@      test-suite test-vado     build-depends: base >=4.0.0.0 && <4.10, QuickCheck -any, attoparsec >=0.10.4.0 && <0.14,-                   directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.5,-                   process >=1.0.1.5 && <1.5, text >=0.11.3.1 && <1.4+                   directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5,+                   process >=1.0.1.5 && <1.5, text >=0.11.3.1 && <1.3     type: exitcode-stdio-1.0     main-is: Test.hs     buildable: True