File regex-applicative-text.cabal of Package ghc-regex-applicative-text
cabal-version: >=1.10
name: regex-applicative-text
version: 0.1.0.1
x-revision: 6
synopsis: regex-applicative on text
category: Text
description: Wrapped regex-applicative primitives to work with Text
homepage: https://github.com/phadej/regex-applicative-text#readme
bug-reports: https://github.com/phadej/regex-applicative-text/issues
author: Oleg Grenrus <oleg.grenrus@iki.fi>
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
license: BSD3
license-file: LICENSE
tested-with:
GHC ==7.0.4
|| ==7.2.2
|| ==7.4.2
|| ==7.6.3
|| ==7.8.4
|| ==7.10.3
|| ==8.0.2
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4
|| ==8.10.4
|| ==9.0.1
|| ==9.2.1
build-type: Simple
extra-source-files: README.md
source-repository head
type: git
location: https://github.com/phadej/regex-applicative-text
library
hs-source-dirs: src
ghc-options: -Wall
build-depends:
base >=4.3 && <4.17
, regex-applicative >=0.3 && <0.4
, text
exposed-modules: Text.Regex.Applicative.Text
default-language: Haskell2010