ascii-superset-1.0.1.0: ascii-superset.cabal
cabal-version: 2.0
name: ascii-superset
version: 1.0.1.0
synopsis: Representing ASCII with refined supersets
category: Data, Text
description: This package defines classes which describe what subset of a type is valid as ASCII, as well as a type constructor representing a value of a superset that is known to be valid ASCII.
license: Apache-2.0
license-file: license.txt
author: Chris Martin
maintainer: Chris Martin, Julie Moronuki
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
default-extensions: NoImplicitPrelude
default-extensions: StandaloneDeriving
default-extensions: DerivingStrategies
default-extensions: GeneralizedNewtypeDeriving
default-extensions: DeriveDataTypeable
default-extensions: DeriveGeneric
ghc-options: -Wall -fno-warn-unused-imports
build-depends: ascii-char ^>= 1.0
build-depends: base >= 4.11 && < 4.15
build-depends: bytestring ^>= 0.10
build-depends: hashable >= 1.2 && < 1.4
build-depends: text ^>= 1.2
exposed-modules: ASCII.Superset
exposed-modules: ASCII.Isomorphism
exposed-modules: ASCII.Refinement
exposed-modules: ASCII.Lift