Switch to version 2.2 of pwstore-fast, and leave the door open to 2.x.

The way pwstore-fast does versions, all 2.x releases are guaranteed to
be API-compatible with past 2.x releases, so this will not result in
breakage. Version 2.2 squashes some laziness, and uses less memory,
but is otherwise identical in function to 2.1.
This commit is contained in:
Peter Scott 2011-07-24 20:54:33 -07:00
parent d84c256750
commit 6231a1db05

View File

@ -42,7 +42,7 @@ library
, SHA >= 1.4.1.3 && < 1.5
, http-enumerator >= 0.6 && < 0.7
, aeson >= 0.3.2.2 && < 0.4
, pwstore-fast >= 2.1 && < 2.2
, pwstore-fast >= 2.2 && < 3
exposed-modules: Yesod.Auth
Yesod.Auth.BrowserId