packages feed

pred-trie-0.3.0: pred-trie.cabal

Name:                   pred-trie
Version:                0.3.0
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.6 && < 5
                      , semigroups
                      , mtl
                      , containers
                      , composition-extra >= 2.0.0
                      , tries >= 0.0.2
                      , 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
--   Build-Depends:        base
--                       , tasty
--                       , tasty-quickcheck
--                       , tasty-hunit
--                       , QuickCheck
--                       , quickcheck-instances
--                       , semigroups
--                       , mtl
--                       , composition-extra

Benchmark bench
  Type:                 exitcode-stdio-1.0
  Default-Language:     Haskell2010
  Main-Is:              Bench.hs
  HS-Source-Dirs:       bench
                      , src
  Ghc-Options:          -Wall -threaded
  Build-Depends:        base
                      , pred-trie
                      , tries
                      , containers
                      , criterion
                      , semigroups
                      , attoparsec
                      , text
                      , composition-extra
                      , QuickCheck
                      , sets

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