data-object 0.3.1.3 → 0.3.1.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
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.3+version: 0.3.1.4 license: BSD3 license-file: LICENSE author: Michael Snoyman, Nicolas Pouillard@@ -18,7 +18,7 @@ library build-depends: base >= 4 && < 5, bytestring >= 0.9.1.4 && < 1,- text >= 0.5 && < 0.9,+ text >= 0.5 && < 0.10, time >= 1.1.4 && < 1.3, failure >= 0.1.0 && < 0.2 exposed-modules: Data.Object