acid-state 0.10.0 → 0.10.1
raw patch · 2 files changed
+2/−1 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- acid-state.cabal +1/−1
- src/Data/Acid/Remote.hs +1/−0
acid-state.cabal view
@@ -1,5 +1,5 @@ Name: acid-state-Version: 0.10.0+Version: 0.10.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/
src/Data/Acid/Remote.hs view
@@ -92,6 +92,7 @@ , processRemoteState ) where +import Prelude hiding ( catch ) import Control.Concurrent.STM ( atomically ) import Control.Concurrent.STM.TMVar ( newEmptyTMVar, readTMVar, takeTMVar, tryTakeTMVar, putTMVar ) import Control.Concurrent.STM.TQueue