packages feed

Cabal revisions of acid-state-0.12.0

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

revision 1
 Name:                acid-state Version:             0.12.0+x-revision: 1 Synopsis:            Add ACID guarantees to any serializable Haskell data structure. Description:         Use regular Haskell data structures as your database and get stronger ACID guarantees than most RDBMS offer. Homepage:            http://acid-state.seize.it/   Build-depends:       array,                        base >= 4 && < 5,                        bytestring >= 0.10,-                       cereal >= 0.3.2.0,+                       cereal >= 0.3.2.0 && < 0.5,                        containers,                        extensible-exceptions,                        safecopy >= 0.6,
revision 2
 Name:                acid-state Version:             0.12.0-x-revision: 1+x-revision: 2 Synopsis:            Add ACID guarantees to any serializable Haskell data structure. Description:         Use regular Haskell data structures as your database and get stronger ACID guarantees than most RDBMS offer. Homepage:            http://acid-state.seize.it/   Build-depends:       array,                        base >= 4 && < 5,                        bytestring >= 0.10,-                       cereal >= 0.3.2.0 && < 0.5,+                       cereal >= 0.3.2.0 && < 0.4,                        containers,                        extensible-exceptions,                        safecopy >= 0.6,
revision 3
 Name:                acid-state Version:             0.12.0-x-revision: 2+x-revision: 3 Synopsis:            Add ACID guarantees to any serializable Haskell data structure. Description:         Use regular Haskell data structures as your database and get stronger ACID guarantees than most RDBMS offer. Homepage:            http://acid-state.seize.it/   if os(windows)      Build-depends:       Win32   else-     Build-depends:       unix+     Build-depends:       unix < 2.8    Hs-Source-Dirs:      src/