Cabal revisions of acid-state-0.16.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: acid-state Version: 0.16.1+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: https://github.com/acid-state/acid-state manual: True Library+ build-depends: mtl <2.3+ Exposed-Modules: Data.Acid, Data.Acid.Archive, Data.Acid.Common,
revision 2
Name: acid-state Version: 0.16.1-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: https://github.com/acid-state/acid-state if os(windows) Build-depends: Win32 else- Build-depends: unix+ Build-depends: unix < 2.8 Hs-Source-Dirs: src/