packages feed

filestore 0.6.0.4 → 0.6.0.5

raw patch · 3 files changed

+12/−5 lines, 3 filesdep ~filepathdep ~timedep ~utf8-stringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: filepath, time, utf8-string

API changes (from Hackage documentation)

Files

CHANGES view
@@ -1,3 +1,10 @@+Version 0.6.0.5 released 2 April 2014++* Mark post-update as a bash script (not a generic shell script).+  Closes Debian #72323.++* Bump version bounds for dependencies.+ Version 0.6.0.4 released 31 Oct 2014  * Fixed test suite so that it returns error status if tests fail (#16).
extra/post-update view
@@ -1,4 +1,4 @@-#!/bin/sh+#!/bin/bash # # This hook does two things: #
filestore.cabal view
@@ -1,5 +1,5 @@ Name:                filestore-Version:             0.6.0.4+Version:             0.6.0.5 Cabal-Version:       >= 1.10 Build-type:          Custom Synopsis:            Interface for versioning file stores.@@ -31,12 +31,12 @@     Build-depends:       base >= 4 && < 5,                          bytestring >= 0.9 && < 1.0,                          containers >= 0.3 && < 0.6,-                         utf8-string >= 0.3 && < 0.4,+                         utf8-string >= 0.3 && < 1.1,                          filepath >= 1.1 && < 1.4,                          directory >= 1.0 && < 1.3,                          parsec >= 2 && < 3.2,                          process >= 1.0 && < 1.3,-                         time >= 1.1 && < 1.5,+                         time >= 1.1 && < 1.6,                          xml >= 1.3 && < 1.4,                          split >= 0.1 && < 0.3,                          Diff >= 0.2 && < 0.4,@@ -68,7 +68,7 @@                     mtl,                     time,                     Diff >= 0.2 && < 0.4,-                    filepath >= 1.1 && < 1.4,+                    filepath >= 1.1 && < 1.5,                     directory >= 1.1 && < 1.3,                     filestore