-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathregex-tdfa-text.cabal
27 lines (25 loc) · 1.13 KB
/
regex-tdfa-text.cabal
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
name: regex-tdfa-text
Cabal-Version: >= 1.6
version: 1.0.0.3
synopsis: Text interface for regex-tdfa
description: This provides text interface for regex-tdfa.
.
This should be part of regex-tdfa package. But my patches are not accepted yet.
So, I made a separate package. If you are interested in my patches, see
<http://hub.darcs.net/shelarcy/regex-base> and <http://hub.darcs.net/shelarcy/regex-tdfa>.
category: Text
license: BSD3
license-file: LICENSE
author: Chris Kuklewicz 2007-2009, shelarcy 2012
maintainer: shelarcy <[email protected]>
build-type: Simple
source-repository head
type: darcs
location: http://hub.darcs.net/shelarcy/regex-tdfa-text
library
Build-Depends: base >= 3 && < 5,array,text,regex-base,regex-tdfa >= 1.1.1
Exposed-Modules: Text.Regex.TDFA.Text
Text.Regex.TDFA.Text.Lazy
Buildable: True
Extensions: MultiParamTypeClasses
Ghc-Options: -O2