Name: ascii Version: 0.0.5.2 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 Tested-with: GHC == 8.4.3 , GHC == 8.2.2 , GHC == 7.10.3 , GHC == 7.8.4 , GHC == 7.6.3 , GHC == 7.4.2 , GHC == 7.2.2 , GHC == 7.0.4 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 && < 5 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 1.3 , blaze-builder >= 0.4 && < 0.5 , case-insensitive >= 0.2 && < 1.3 , hashable >= 1.0 && < 1.3 , semigroups Ghc-options: -Wall