packages feed

utf8-conversions 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+12/−4 lines, 2 filesdep +charsetdetect-aedep −charsetdetectdep ~hspec

Dependencies added: charsetdetect-ae

Dependencies removed: charsetdetect

Dependency ranges changed: hspec

Files

ChangeLog.md view
@@ -1,5 +1,13 @@ # Changelog for utf8-conversions +#### 0.1.0.3++- Fixed test dependencies to upload to stackage.++#### 0.1.0.2++- Add a test.+ #### 0.1.0.1 - Changed the conversion method between String and ShortByteString - Added type synonyms for documentation.
utf8-conversions.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 17be1c9dd266d0583157f173d496b2cc43c279f96842fbfaaab08cc1f4aabadb+-- hash: 675427925a81242ebfb81917697f089a33fec8fc6ccfd83ddf2cd981f8bd4dfe  name:           utf8-conversions-version:        0.1.0.2+version:        0.1.0.3 synopsis:       A string conversion library that assumes utf8 description:    Please see the README on GitHub at <https://github.com/chemirea/utf8-conversions#readme> category:       Data, Codec@@ -54,8 +54,8 @@   build-depends:       base >=4.7 && <5     , bytestring >=0.10.4 && <0.11-    , charsetdetect-    , hspec+    , charsetdetect-ae >=1.0 && <1.2+    , hspec >=2.0 && <3.0     , text >=1.0 && <1.3     , text-short >=0.1.1 && <0.1.4     , utf8-conversions