Cabal revisions of acid-state-0.16.1.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.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 Cabal-version: >=1.10 tested-with:- GHC == 9.2.3+ GHC == 9.2.4 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 system-fileio == 0.3.*, system-filepath, -- perRunEnv was added in criterion-1.2.0.0- criterion >= 1.2.0.0 && < 1.6,+ criterion >= 1.2.0.0 && < 1.7, mtl, base, acid-state
revision 2
Name: acid-state Version: 0.16.1.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 Cabal-version: >=1.10 tested-with:+ GHC == 9.4.1 GHC == 9.2.4 GHC == 9.0.2 GHC == 8.10.7 mtl, network < 3.2, network-bsd,- template-haskell < 2.19,+ template-haskell < 2.20, th-expand-syns if os(windows)
revision 3
Name: acid-state Version: 0.16.1.1-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 Cabal-version: >=1.10 tested-with:- GHC == 9.4.1- GHC == 9.2.4+ GHC == 9.4.4+ GHC == 9.2.5 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 if os(windows) Build-depends: Win32 else- Build-depends: unix+ Build-depends: unix < 2.8+ -- build failure with unix-2.8.0.0: https://github.com/acid-state/acid-state/issues/155 Hs-Source-Dirs: src/