Cabal revisions of expiring-cache-map-0.0.5.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: expiring-cache-map version: 0.0.5.3 +x-revision: 1 synopsis: General purpose simple caching. description: A simple general purpose shared state cache map with automatic expiration build-depends: base == 4.*, containers >= 0.5.0.0, - hashable >= 1.0.1.1 && < 1.2, + hashable >= 1.0.1.1, unordered-containers >= 0.2.0.0 test-suite test-threads bytestring >= 0.10.0.0, time >= 1.0, containers >= 0.5.0.0, - hashable >= 1.0.1.1 && < 1.2, + hashable >= 1.0.1.1, unordered-containers >= 0.2.0.0 other-modules: TestHashECMWithThreads base, bytestring >= 0.10.0.0, containers >= 0.5.0.0, - hashable >= 1.0.1.1 && < 1.2, + hashable >= 1.0.1.1, unordered-containers >= 0.2.0.0 other-modules: TestECMWithTestSequenceCommon
revision 2
name: expiring-cache-map version: 0.0.5.3 -x-revision: 1 +x-revision: 2 synopsis: General purpose simple caching. description: A simple general purpose shared state cache map with automatic expiration a file. With variations for Ord and Hashable keys using "Data.Map.Strict" and "Data.HashMap.Strict", respectively. -homepage: https://github.com/elblake/expiring-cache-map -bug-reports: https://github.com/elblake/expiring-cache-map/issues +homepage: https://codeberg.org/elblake/expiring-cache-map +bug-reports: https://codeberg.org/elblake/expiring-cache-map/issues license: BSD3 license-file: LICENSE author: Edward L. Blake
revision 3
name: expiring-cache-map version: 0.0.5.3 -x-revision: 2 +x-revision: 3 synopsis: General purpose simple caching. description: A simple general purpose shared state cache map with automatic expiration license: BSD3 license-file: LICENSE author: Edward L. Blake -maintainer: edwardlblake@gmail.com +maintainer: mail@edwardlblake.com copyright: (c) 2014 Edward L. Blake category: Caching build-type: Simple