Name: ascii Version: 0.0.5.1 x-revision: 1 Synopsis: Type-safe, bytestring-based ASCII values. Description: Type-safe, bytestring-based ASCII values. License: BSD3 License-file: LICENSE Author: Michael Snoyman Maintainer: Chris Martin, Julie Moronuki Stability: Stable Category: Data Homepage: https://github.com/typeclasses/ascii Bug-Reports: https://github.com/typeclasses/ascii/issues Build-type: Simple Cabal-version: >= 1.6 Source-Repository head Type: git Location: git://github.com/typeclasses/ascii.git Library Exposed-modules: Data.Ascii , Data.Ascii.Blaze , Data.Ascii.ByteString , Data.Ascii.Word8 Build-depends: base >= 4.8 && < 5 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 1.3 , blaze-builder >= 0.2.1.4 && < 0.5 , case-insensitive >= 0.2 && < 1.3 , hashable >= 1.0 && < 1.3 , semigroups Ghc-options: -Wall