serversession/serversession-backend-acid-state/src/Web/ServerSession/Backend
Felipe Lessa 83faccf3f9 Use insertLookupWithKey when needing old value.
updateLookupWithKey returns original value only if it was deleted.  If
it was updated, it returns the updated value.  On both acid-state and
MockStorage we want the old value, though.

Now all acid-state tests are green once more.

MockStorage tests were already green because MockStorage does not
mantain a cached mapping of auth IDs to session IDs.
2015-05-28 02:03:12 -03:00
..
Acid Use insertLookupWithKey when needing old value. 2015-05-28 02:03:12 -03:00
Acid.hs Fix example on how to use acid-state backend. 2015-05-28 01:27:40 -03:00