string-conversions 0.3.0.2 → 0.3.0.3
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~bytestringdep ~textdep ~utf8-string
Dependency ranges changed: bytestring, text, utf8-string
Files
- string-conversions.cabal +6/−6
string-conversions.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: string-conversions-version: 0.3.0.2+version: 0.3.0.3 synopsis: Simplifies dealing with different types for strings description: Provides a simple type class for converting values of different string types@@ -17,15 +17,15 @@ cabal-version: >=1.8 source-repository head- type: darcs- location: http://patch-tag.com/r/shahn/string-conversions/+ type: git+ location: https://github.com/soenkehahn/string-conversions.git library exposed-modules: Data.String.Conversions build-depends: base < 5,- bytestring == 0.9.* || == 0.10.*,- text == 0.11.* || == 1.0.* || == 1.1.*,- utf8-string == 0.3.*+ bytestring >= 0.9,+ text >= 0.11,+ utf8-string >= 0.3 ghc-options: -Wall