Cabal revisions of acid-state-0.14.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: acid-state Version: 0.14.3+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 Data.Acid.TemplateHaskell, Data.Acid.Common, FileIO Build-depends: array,- base >= 4 && < 5,+ base >= 4.5 && < 5, bytestring >= 0.10.2, cereal >= 0.4.1.0, containers, directory, filepath, mtl,- network,+ network < 2.9, template-haskell if os(windows)
revision 2
Name: acid-state Version: 0.14.3-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 location: https://github.com/acid-state/acid-state Library+ build-depends: mtl <2.3+ Exposed-Modules: Data.Acid, Data.Acid.Local, Data.Acid.Memory, Data.Acid.Memory.Pure, Data.Acid.Remote,
revision 3
Name: acid-state Version: 0.14.3-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: 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/