name: utf8-light version: 0.1 x-revision: 1 cabal-version: >= 1.3 build-type: Simple license: BSD3 license-file: LICENSE category: Text author: Matt Morrow copyright: Matt Morrow maintainer: Matt Morrow stability: provisional synopsis: utf8-light description: Lightweight UTF8 handling. Haddock docs are at . library build-depends: base,bytestring < 0.11 ghc-options: -O2 -fglasgow-exts extensions: hs-source-dirs: src exposed-modules: Encoding.UTF8.Light executable utf8flip executable: utf8flip main-is: utf8flip.hs build-depends: base, bytestring hs-source-dirs: utils, src ghc-options: -O2 -fglasgow-exts