data-ascii-1.0.0.4: data-ascii.cabal
cabal-version: 2.0
Name: data-ascii
Version: 1.0.0.4
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
Tested-with: GHC == 8.10.1, GHC == 8.8.1, GHC == 8.6.5, GHC == 8.4.3
Extra-source-files: changelog.txt
Source-Repository head
Type: git
Location: git://github.com/typeclasses/ascii.git
Library
Default-language: Haskell2010
Exposed-modules: Data.Ascii
, Data.Ascii.Blaze
, Data.Ascii.ByteString
, Data.Ascii.Word8
Build-depends: base >= 4 && < 5
, bytestring >= 0.9 && < 0.12
, text >= 0.11 && < 1.3
, blaze-builder >= 0.4 && < 0.5
, case-insensitive >= 0.2 && < 1.3
, hashable >= 1.0 && < 1.4
, semigroups
Ghc-options: -Wall