packages feed

pred-trie-0.4.1: pred-trie.cabal

Name:                   pred-trie
Version:                0.4.1
Author:                 Athan Clark <athan.clark@gmail.com>
Maintainer:             Athan Clark <athan.clark@gmail.com>
License:                BSD3
License-File:           LICENSE
Category:               Data
Synopsis:               Predicative tries
-- Description:
Cabal-Version:          >= 1.10
Build-Type:             Simple

Library
  Default-Language:     Haskell2010
  HS-Source-Dirs:       src
  GHC-Options:          -Wall
  Exposed-Modules:      Data.Trie.Pred
                        Data.Trie.Pred.Step
  Build-Depends:        base >= 4.8 && < 5
                      , composition-extra >= 2.0.0
                      , hashable
                      , mtl
                      , semigroups
                      , text
                      , tries >= 0.0.4
                      , unordered-containers
                      , QuickCheck

Test-Suite spec
  Type:                 exitcode-stdio-1.0
  Default-Language:     Haskell2010
  Hs-Source-Dirs:       src
                      , test
  Ghc-Options:          -Wall -threaded
  Main-Is:              Spec.hs
  Other-Modules:        Data.Trie.PredSpec
                        Data.Trie.Pred
                        Data.Trie.Pred.Step
  Build-Depends:        base
                      , attoparsec
                      , composition-extra
                      , deepseq
                      , errors
                      , hashable
                      , mtl
                      , semigroups
                      , text
                      , tries
                      , unordered-containers
                      , tasty
                      , tasty-quickcheck
                      , tasty-hunit
                      , QuickCheck
                      , quickcheck-instances

Benchmark bench
  Type:                 exitcode-stdio-1.0
  Default-Language:     Haskell2010
  Main-Is:              Bench.hs
  Other-Modules:        Data.Trie.Pred
                        Data.Trie.Pred.Step
  HS-Source-Dirs:       bench
                      , src
  Ghc-Options:          -Wall -threaded
  Build-Depends:        base
                      , composition-extra
                      , deepseq
                      , hashable
                      , mtl
                      , semigroups
                      , tries
                      , unordered-containers
                      , attoparsec
                      , text
                      , QuickCheck
                      , sets
                      , criterion

Source-Repository head
  Type:                 git
  Location:             https://github.com/athanclark/pred-trie.git