packages feed

hxt-unicode-9.0.2: hxt-unicode.cabal

Name:                hxt-unicode
Version:             9.0.2
Synopsis:            Unicode en-/decoding functions for utf8, iso-latin-* and other encodings
Description:         Unicode encoding and decoding functions for utf8, iso-latin-* and somes other encodings,
                     used in the Haskell XML Toolbox.
                     ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding
                     is done with lasy functions, errors may be detected or ignored.
Homepage:            http://www.fh-wedel.de/~si/HXmlToolbox/index.html
License:             OtherLicense
License-file:        LICENSE
Author:              Uwe Schmidt
Maintainer:          Uwe Schmidt <uwe@fh-wedel.de>
Copyright:           Copyright (c) 2010- Uwe Schmidt
Stability:           Stable
Category:            Text
Build-type:          Simple

Cabal-version:       >=1.2

Library
  Exposed-modules:     
    Data.Char.IsoLatinTables
    Data.String.EncodingNames
    Data.String.UTF8
    Data.String.UTF8Decoding
    Data.String.Unicode

  Build-depends:      base               >= 4 && < 5 ,
                      hxt-charproperties >= 9 && < 10
  
  hs-source-dirs: src

  ghc-options: -Wall
  ghc-prof-options: -auto-all -caf-all