File: hxt-unicode.cabal

package info (click to toggle)
haskell-hxt-unicode 9.0.2.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 120 kB
  • sloc: haskell: 1,282; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,221 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Name:                hxt-unicode
Version:             9.0.2.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 lazy functions, errors may be detected or ignored.
Homepage:            http://www.fh-wedel.de/~si/HXmlToolbox/index.html
License:             MIT
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.4

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