packages feed

text-latin1-0.2: text-latin1.cabal

Name: text-latin1
Version: 0.2
Category: Text
Stability: experimental
Synopsis: Latin-1 (including ASCII) utility functions
Description:
  This package provides various functions over the ASCII ang Latin-1
  portions of the 'Char' and 'Word8' data types.

Homepage: https://github.com/mvv/text-latin1
Bug-Reports: https://github.com/mvv/text-latin1/issues

Author: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Maintainer: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Copyright: 2013 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
License: BSD3
License-File: LICENSE

Cabal-Version: >= 1.6.0
Build-Type: Simple

Source-Repository head
  Type: git
  Location: https://github.com/mvv/text-latin1.git

Library
  Build-Depends: base >= 4 && < 5
               , data-checked >= 0.2
               , bytestring
               , text
               , case-insensitive >= 1.0
               , hashable >= 1.1
  Hs-Source-Dirs: src
  GHC-Options: -Wall
  Exposed-Modules:
    Text.Ascii
    Text.Latin1