Cabal revisions of acid-state-0.11.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: acid-state Version: 0.11.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.9.1.8,- 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.11.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.9.1.8,- 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.11.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/ -- Copyright: Category: Database Build-type: Simple-Cabal-version: >=1.6+Cabal-version: >=1.8 Extra-source-files: examples/*.hs examples/errors/*.hs if os(windows) Build-depends: Win32 else- Build-depends: unix+ Build-depends: unix < 2.8 Hs-Source-Dirs: src/