data-object 0.3.1.6 → 0.3.1.7
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- data-object.cabal +2/−2
data-object.cabal view
@@ -1,5 +1,5 @@ name: data-object-version: 0.3.1.6+version: 0.3.1.7 license: BSD3 license-file: LICENSE author: Michael Snoyman, Nicolas Pouillard@@ -19,7 +19,7 @@ build-depends: base >= 4 && < 5, bytestring >= 0.9.1.4 && < 1, text >= 0.5 && < 0.12,- time >= 1.1.4 && < 1.3,+ time >= 1.1.4 && < 1.4, failure >= 0.1.0 && < 0.2 exposed-modules: Data.Object ghc-options: -Wall