Cabal revisions of unordered-containers-0.2.7.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: unordered-containers version: 0.2.7.0+x-revision: 1 synopsis: Efficient hashing-based container types description: Efficient hashing-based container types. The containers have been Data.HashMap.UnsafeShift build-depends:- base >= 4 && < 5,+ base >= 4 && < 4.11, deepseq >= 1.1,- hashable >= 1.0.1.1 && < 1.3+ hashable >= 1.1.1 && < 1.3 if impl(ghc < 7.4) c-sources: cbits/popc.c