packages feed

Cabal revisions of expiring-cache-map-0.0.6.0

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

revision 1
 name:                expiring-cache-map
 version:             0.0.6.0
+x-revision: 1
 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 2
 name:                expiring-cache-map
 version:             0.0.6.0
-x-revision: 1
+x-revision: 2
 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