packages feed

string-convert 0.1.0.0 → 1.0.0

raw patch · 2 files changed

+2/−1 lines, 2 files

Files

Text/StringConvert.hs view
@@ -8,6 +8,7 @@ -- implementing @StringConvert@ directly. {-#LANGUAGE MultiParamTypeClasses #-} {-#LANGUAGE FlexibleInstances #-}+{-#LANGUAGE OverlappingInstances #-} module Text.StringConvert ( FromString , fromString
string-convert.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                string-convert-version:             0.1.0.0+version:             1.0.0 synopsis:            Provide universal string conversions between any two string-like types -- description:          homepage:            https://bitbucket.org/tdammers/string-convert