data-object 0.2.0 → 0.2.0.1
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.2.0+version: 0.2.0.1 license: BSD3 license-file: LICENSE author: Michael Snoyman, Nicolas Pouillard@@ -30,7 +30,7 @@ Buildable: True build-depends: base >= 4 && < 5, bytestring >= 0.9.1.4 && < 1,- text >= 0.5 && < 0.6,+ text >= 0.5 && < 0.8, time >= 1.1.4 && < 1.2, safe-failure >= 0.4 && < 0.5, old-locale >= 1 && < 1.1,