packages feed

Cabal revisions of hashtables-1.1.2.1

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

revision 1
 Name:                hashtables Version:             1.1.2.1+x-revision: 1 Synopsis:            Mutable hash tables in the ST monad Homepage:            http://github.com/gregorycollins/hashtables License:             BSD3    Build-depends:     base      >= 4   && <5,                      hashable  >= 1.1 && <1.2 || >= 1.2.1 && <1.3,-                     primitive,+                     primitive > 0.7,                      vector    >= 0.7 && <0.12    if flag(portable)
revision 2
 Name:                hashtables Version:             1.1.2.1-x-revision: 1+x-revision: 2 Synopsis:            Mutable hash tables in the ST monad Homepage:            http://github.com/gregorycollins/hashtables License:             BSD3    Build-depends:     base      >= 4   && <5,                      hashable  >= 1.1 && <1.2 || >= 1.2.1 && <1.3,-                     primitive > 0.7,+                     primitive < 0.7,                      vector    >= 0.7 && <0.12    if flag(portable)