Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions suffixtree.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ Library
Exposed-Modules: Data.SuffixTree
GHC-Options: -Wall -funbox-strict-fields -fno-warn-incomplete-patterns

test-suite tests
type: exitcode-stdio-1.0
hs-source-dirs: tests .
main-is: SuffixCheck.hs
other-modules: Data.SuffixTree

ghc-options: -Wall

build-depends:
QuickCheck >=1.2 && < 2.0,
base,
test-framework >= 0.4,
test-framework-quickcheck


source-repository head
type: git
location: https://github.com/bos/suffixtree
Expand Down