validity-text-0.3.0.0: validity-text.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5b72700811415650dc544622be54d4f21b4489ff8e65d51e1642c458f7806333
name: validity-text
version: 0.3.0.0
synopsis: Validity instances for text
description: Please see README.md
category: Web
homepage: https://github.com/NorfairKing/validity#readme
bug-reports: https://github.com/NorfairKing/validity/issues
author: Tom Sydney Kerckhove
maintainer: syd.kerckhove@gmail.com
copyright: Copyright: (c) 2016-2018 Tom Sydney Kerckhove
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/NorfairKing/validity
library
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, bytestring
, text
, validity >=0.5 && <0.6
exposed-modules:
Data.Validity.Text
other-modules:
Paths_validity_text
default-language: Haskell2010