packages feed

vado 0.0.3 → 0.0.4

raw patch · 1 files changed

+10/−10 lines, 1 filesdep ~basedep ~filepathdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, filepath, text

API changes (from Hackage documentation)

Files

vado.cabal view
@@ -1,5 +1,5 @@ name: vado-version: 0.0.3+version: 0.0.4 cabal-version: >=1.8 build-type: Simple license: MIT@@ -18,8 +18,8 @@   location:     https://github.com/hamishmack/vado.git  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,+    build-depends: base >=4.0.0.0 && <4.9, attoparsec >=0.10.4.0 && <0.13,+                   directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.5,                    process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.3     exposed-modules: System.Process.Vado     exposed: True@@ -27,8 +27,8 @@     hs-source-dirs: src  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,+    build-depends: base >=4.0.0.0 && <4.9, attoparsec >=0.10.4.0 && <0.13,+                   directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.5,                    process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.3     main-is: Main.hs     buildable: True@@ -36,8 +36,8 @@     other-modules: System.Process.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,+    build-depends: base >=4.0.0.0 && <4.9, attoparsec >=0.10.4.0 && <0.13,+                   directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.5,                    process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.3     main-is: Vamount.hs     buildable: True@@ -45,9 +45,9 @@     other-modules: System.Process.Vado      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.3+    build-depends: base >=4.0.0.0 && <4.9, QuickCheck -any, attoparsec >=0.10.4.0 && <0.13,+                   directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.5,+                   process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.4     type: exitcode-stdio-1.0     main-is: Test.hs     buildable: True