name: utf8-light version: 0.4.2 x-revision: 3 cabal-version: >= 1.6 build-type: Simple license: BSD3 license-file: LICENSE category: Codec author: Matt Morrow copyright: Matt Morrow maintainer: Francesco Ariis stability: experimental synopsis: Unicode description: Lightweight UTF8 handling. library build-depends: base == 4.* , ghc-prim , bytestring hs-source-dirs: src exposed-modules: Codec.Binary.UTF8.Light source-repository head type: git location: https://gitlab.com/fffaaa/utf8-light