MIT licensed and maintained by Alexander Thiemann
This version can be pinned in stack with:users-persistent-0.5.0.2@sha256:531577978dbdc2ff46f9e28f5deb83d2eedc74328f4a634e6758f0fc3d1b40e9,2401

Module documentation for 0.5.0.2

This library is a backend driver using persistent for the "users" library.

The package itself does not expose any bindings but provides an instance for UserStorageBackend.

Usage:

module Foo where
import Web.Users.Types
import Web.Users.Persistent
-- code goes here