File: regex-applicative-text.cabal

package info (click to toggle)
haskell-regex-applicative-text 0.1.0.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 80 kB
  • sloc: haskell: 88; makefile: 4
file content (37 lines) | stat: -rw-r--r-- 1,115 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
-- This file has been generated from package.yaml by hpack version 0.8.0.
--
-- see: https://github.com/sol/hpack

name:           regex-applicative-text
version:        0.1.0.1
synopsis:       regex-applicative on text
description:    Wrapped regex-applicative primitives to work with Text
category:       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, GHC==7.2.2, GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1
build-type:     Simple
cabal-version:  >= 1.10

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 && <5
    , regex-applicative >=0.3 && <0.4
    , text
  exposed-modules:
      Text.Regex.Applicative.Text
  default-language: Haskell2010