convertible-text 0.3.0.3 → 0.3.0.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
- convertible-text.cabal +2/−2
convertible-text.cabal view
@@ -1,5 +1,5 @@ Name: convertible-text-Version: 0.3.0.3+Version: 0.3.0.4 License: BSD3 Maintainer: Michael Snoyman <michael@snoyman.com> Author: John Goerzen, Michael Snoyman@@ -41,7 +41,7 @@ Build-Depends: base >= 4 && < 5, old-time >= 1.0.0.2 && < 1.1, containers >= 0.2.0.1 && < 0.4,- text >= 0.5 && < 0.9,+ text >= 0.5 && < 0.10, bytestring >= 0.9.1.4 && < 0.10, attempt >= 0.3.0 && < 0.4, template-haskell