Name: regexp-tries
Version: 0.2
Stability: Alpha
Synopsis: Regular Expressions on Tries.
Description: Regular Expressions on Tries.
License: BSD3
License-File: LICENSE
Build-Type: Simple
Author: Andreas Baldeau
Maintainer: Andreas Baldeau <andreas@baldeau.net>
Homepage: http://github.com/baldo/regexp-tries
Bug-Reports: http://github.com/baldo/regexp-tries/issues
Category: Data
Tested-With: GHC == 7.0.3
Cabal-Version: >= 1.10
Extra-Source-Files:
Setup.hs
README
examples/RegExp.hs
Source-Repository head
Type: git
Location: git://github.com/baldo/regexp-tries.git
Library
Default-Language:
Haskell2010
Build-Depends:
base >= 4.3 && < 4.5,
containers >= 0.3 && < 0.5,
derive-trie >= 0.2.1 && < 0.3,
template-haskell >= 2.5 && < 2.7,
weighted-regexp >= 0.3.1 && < 0.4
Ghc-Options:
-Wall
Hs-Source-Dirs:
src
Exposed-Modules:
Data.ListTrie
Data.ListTrie.RegExp
Data.ListTrie.RegExp.Weighted
Other-Modules:
Data.ListTrie.ListTrie
Data.ListTrie.RegExp.Common