Cabal revisions of hashtables-1.0.1.6
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: hashtables Version: 1.0.1.6+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 && <2,- primitive,+ primitive > 0.7, vector >= 0.7 && < 0.10 if flag(portable)
revision 2
Name: hashtables Version: 1.0.1.6-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 && <2,- primitive > 0.7,+ primitive < 0.7, vector >= 0.7 && < 0.10 if flag(portable)