tries-0.0.5: tries.cabal
-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 022bdce10844410f3e9663fa23513d9739331172dc3fbd52e1a4c1e7af9485f3
name: tries
version: 0.0.5
synopsis: Various trie implementations in Haskell
description: Please see the README on Github at <https://git.localcooking.com/tooling/tries#readme>
category: Data, Tree
homepage: https://github.com/athanclark/tries#readme
bug-reports: https://github.com/athanclark/tries/issues
author: Athan Clark
maintainer: athan.clark@localcooking.com
copyright: 2018 Athan Clark
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/athanclark/tries
library
exposed-modules:
Data.Trie.Class
Data.Trie.HashMap
Data.Trie.Knuth
Data.Trie.List
Data.Trie.Map
Data.Trie.Pseudo
other-modules:
Paths_tries
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
QuickCheck >=2.9.2
, base >=4.8 && <5.0
, bytestring
, bytestring-trie
, composition
, containers
, deepseq
, hashable
, keys
, quickcheck-instances
, rose-trees >=0.0.2.1
, semigroups
, sets >=0.0.5.2
, unordered-containers
default-language: Haskell2010
test-suite tries-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Data.TrieSpec
Paths_tries
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -Wall -with-rtsopts=-N
build-depends:
QuickCheck
, base >=4.8 && <5.0
, bytestring
, bytestring-trie
, composition
, containers
, deepseq
, hashable
, keys
, mtl
, quickcheck-instances
, rose-trees >=0.0.2.1
, semigroups
, sets >=0.0.5.2
, tasty
, tasty-quickcheck
, tries
, unordered-containers
default-language: Haskell2010
benchmark tries-bench-lookup
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Build
Paths_tries
hs-source-dirs:
bench-lookup
ghc-options: -Wall -threaded -rtsopts -Wall -with-rtsopts=-N
build-depends:
QuickCheck >=2.9.2
, base >=4.8 && <5.0
, bytestring
, bytestring-trie
, composition
, containers
, criterion
, deepseq
, hashable
, keys
, mtl
, quickcheck-instances
, rose-trees
, semigroups
, sets >=0.0.5.2
, tries
, unordered-containers
default-language: Haskell2010