packages feed

string-conversions 0.2 → 0.2.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~bytestring

Dependency ranges changed: bytestring

Files

string-conversions.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                string-conversions-version:             0.2+version:             0.2.1 synopsis:            Simplifies dealing with different types for strings description:         Provides a simple type class for converting values                      of different string types@@ -24,7 +24,7 @@   exposed-modules:     Data.String.Conversions   build-depends:     base < 5,-    bytestring == 0.9.*,+    bytestring == 0.9.* || == 0.10.*,     text == 0.11.*,     utf8-string == 0.3.*   ghc-options: