suffixtree-0.2.2.1: suffixtree.cabal
Name: suffixtree
Version: 0.2.2.1
Synopsis: Efficient, lazy suffix tree implementation
Description: An efficient, lazy suffix tree implementation.
Category: Data Structures, Data
License: BSD3
License-File: LICENSE
Author: Bryan O'Sullivan <bos@serpentine.com>
Maintainer: bos@serpentine.com
Homepage: https://github.com/bos/suffixtree
Bug-Reports: https://github.com/bos/suffixtree/issues
Build-Type: Simple
Cabal-Version: >= 1.6
Extra-Source-Files: examples/Makefile
examples/Tiny.hs
examples/UniqueMatch.hs
Library
Build-Depends: base >= 3 && < 5,
bytestring,
containers
Exposed-Modules: Data.SuffixTree
GHC-Options: -Wall -funbox-strict-fields -fno-warn-incomplete-patterns
source-repository head
type: git
location: https://github.com/bos/suffixtree
source-repository head
type: mercurial
location: https://bitbucket.org/bos/suffixtree