filestore 0.6.0.1 → 0.6.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~processPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: process
API changes (from Hackage documentation)
Files
- CHANGES +4/−0
- filestore.cabal +2/−2
CHANGES view
@@ -1,3 +1,7 @@+Version 0.6.0.2 released 08 Apr 2014++* Bumped version for process so it will compile with GHC 7.8.1.+ Version 0.6.0.1 released 20 Mar 2013 * runProcess now allows access to the current environment, instead of
filestore.cabal view
@@ -1,5 +1,5 @@ Name: filestore-Version: 0.6.0.1+Version: 0.6.0.2 Cabal-Version: >= 1.10 Build-type: Custom Synopsis: Interface for versioning file stores.@@ -35,7 +35,7 @@ filepath >= 1.1 && < 1.4, directory >= 1.0 && < 1.3, parsec >= 2 && < 3.2,- process >= 1.0 && < 1.2,+ process >= 1.0 && < 1.3, time >= 1.1 && < 1.5, xml >= 1.3 && < 1.4, split >= 0.1 && < 0.3,