Cabal revisions of utf8-string-0.3.8
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: utf8-string-Version: 0.3.8-Author: Eric Mertens-Maintainer: emertens@galois.com-License: BSD3-License-file: LICENSE-Homepage: http://github.com/glguy/utf8-string/-Synopsis: Support for reading and writing UTF8 Strings-Description: A UTF8 layer for IO and Strings. The utf8-string- package provides operations for encoding UTF8- strings to Word8 lists and back, and for reading and- writing UTF8 without truncation.-Category: Codec-Build-type: Simple-cabal-version: >= 1.2-Extra-Source-Files: CHANGELOG.markdown---flag bytestring-in-base- default: False--library- Ghc-options: -W -O2-- if flag(bytestring-in-base)- build-depends: base >= 2.0 && < 2.2- cpp-options: -DBYTESTRING_IN_BASE- else- build-depends: base >= 3 && < 4.8, bytestring >= 0.9-- Extensions: CPP- Exposed-modules: Codec.Binary.UTF8.String- Codec.Binary.UTF8.Generic- System.IO.UTF8- System.Environment.UTF8- Data.String.UTF8- Data.ByteString.UTF8- Data.ByteString.Lazy.UTF8+Name: utf8-string +Version: 0.3.8 +x-revision: 1 +Author: Eric Mertens +Maintainer: emertens@galois.com +License: BSD3 +License-file: LICENSE +Homepage: http://github.com/glguy/utf8-string/ +Synopsis: Support for reading and writing UTF8 Strings +Description: A UTF8 layer for IO and Strings. The utf8-string + package provides operations for encoding UTF8 + strings to Word8 lists and back, and for reading and + writing UTF8 without truncation. +Category: Codec +Build-type: Simple +cabal-version: >= 1.2 +Extra-Source-Files: CHANGELOG.markdown + + +flag bytestring-in-base + default: False + +library + Ghc-options: -W -O2 + + if flag(bytestring-in-base) + build-depends: base >= 2.0 && < 2.2 + cpp-options: -DBYTESTRING_IN_BASE + else + build-depends: base >= 3 && < 4.9, bytestring >= 0.9 + + Extensions: CPP + Exposed-modules: Codec.Binary.UTF8.String + Codec.Binary.UTF8.Generic + System.IO.UTF8 + System.Environment.UTF8 + Data.String.UTF8 + Data.ByteString.UTF8 + Data.ByteString.Lazy.UTF8
revision 2
Name: utf8-string Version: 0.3.8 -x-revision: 1 +x-revision: 2 Author: Eric Mertens Maintainer: emertens@galois.com License: BSD3 build-depends: base >= 2.0 && < 2.2 cpp-options: -DBYTESTRING_IN_BASE else - build-depends: base >= 3 && < 4.9, bytestring >= 0.9 + build-depends: base >= 4.3 && < 4.9, bytestring >= 0.9 Extensions: CPP Exposed-modules: Codec.Binary.UTF8.String