packages feed

Cabal revisions of bytestring-trie-0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
  Name:           bytestring-trie Version:        0.1+x-revision: 1 Cabal-Version:  >= 1.2 Build-Type:     Simple Stability:      beta                 The implementation is based on /big-endian patricia trees/, like "Data.IntMap". We first trie on the elements of "Data.ByteString" and then trie on the big-endian bit representation of those elements.  Library+    -- FTP causes breakages+    build-depends: base <4.8+     Exposed-Modules: Data.Trie                    , Data.Trie.Convenience     Other-Modules:   Data.Trie.BitTwiddle