Cabal revisions of pred-trie-0.2.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: pred-trie-Version: 0.2.3-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.Unified- Data.Trie.Pred.Unified.Tail- Data.Trie.Pred.Disjoint- Data.Trie.Pred.Disjoint.Tail- Build-Depends: base >= 4.6 && < 5- , semigroups- , mtl- , composition-extra >= 1.2- , QuickCheck--Test-Suite spec- Type: exitcode-stdio-1.0- Default-Language: Haskell2010- Hs-Source-Dirs: src- , test- Ghc-Options: -Wall- Main-Is: Spec.hs- Build-Depends: base- , tasty- , tasty-quickcheck- , tasty-hunit- , QuickCheck- , quickcheck-instances- , semigroups- , mtl- , composition-extra--Benchmark simplevshort- Type: exitcode-stdio-1.0- Main-Is: SimpleVShort.hs- HS-Source-Dirs: bench- , src- Build-Depends: base- , criterion- , semigroups--Source-Repository head- Type: git- Location: https://github.com/athanclark/pred-trie.git+Name: pred-trie +Version: 0.2.3 +x-revision: 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.Unified + Data.Trie.Pred.Unified.Tail + Data.Trie.Pred.Disjoint + Data.Trie.Pred.Disjoint.Tail + Build-Depends: base >= 4.6 && < 5 + , semigroups + , mtl + , composition-extra >= 1.2 + , QuickCheck + +Test-Suite spec + Type: exitcode-stdio-1.0 + Default-Language: Haskell2010 + Hs-Source-Dirs: src + , test + Ghc-Options: -Wall + Main-Is: Spec.hs + Build-Depends: base + , tasty + , tasty-quickcheck + , tasty-hunit + , QuickCheck + , quickcheck-instances + , semigroups + , mtl + , composition-extra >= 1.2 && < 1.3 + +Benchmark simplevshort + Type: exitcode-stdio-1.0 + Main-Is: SimpleVShort.hs + HS-Source-Dirs: bench + , src + Build-Depends: base + , criterion + , semigroups + +Source-Repository head + Type: git + Location: https://github.com/athanclark/pred-trie.git