validity-text-0.2.0.0: validity-text.cabal
name: validity-text
version: 0.2.0.0
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
copyright: Copyright: (c) 2016 Tom Sydney Kerckhove
maintainer: syd.kerckhove@gmail.com
homepage: https://github.com/NorfairKing/validity#readme
synopsis: Validity instances for text
description:
Please see README.md
category: Web
author: Tom Sydney Kerckhove
source-repository head
type: git
location: https://github.com/NorfairKing/validity
library
exposed-modules:
Data.Validity.Text
build-depends:
base >=4.7 && <5,
validity >=0.4 && <0.5,
text -any,
bytestring -any
default-language: Haskell2010
hs-source-dirs: src