packages feed

TCache 0.5.2 → 0.5.3

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

TCache.cabal view
@@ -1,6 +1,6 @@ name:                TCache-version:             0.5.2-synopsis:            A Transactional data cache with configurable persitence +version:             0.5.3+synopsis:            A Transactional data cache with configurable persistence  description:                  Data.Tcache is a transactional cache with configurable persistence. It tries to simulate Hibernate          for Java or Rails for Ruby. The main difference is that transactions are done in memory trough STM. @@ -29,7 +29,7 @@ maintainer:          agocorona@gmail.com Tested-With:         GHC == 6.8.2 Build-Type:          Simple-build-Depends:       base,directory >= 1.0, old-time >=1.0+build-Depends:       base >=3 && <4,directory >= 1.0, old-time >=1.0 Cabal-Version:       >= 1.2  exposed-modules:   Data.TCache