The persistent package

[Tags:library, mit, test]

Hackage documentation generation is not reliable. For up to date documentation, please see: http://www.stackage.org/package/persistent.


[Skip to Readme]

Properties

Versions 0.0.0, 0.0.0.1, 0.1.0, 0.2.0, 0.2.0.1, 0.2.0.2, 0.2.1, 0.2.2, 0.2.2.1, 0.2.2.2, 0.2.3, 0.2.4, 0.2.4.1, 0.3.0, 0.3.0.1, 0.3.1, 0.3.1.1, 0.3.1.2, 0.3.1.3, 0.4.0, 0.4.0.1, 0.4.1, 0.4.2, 0.5.0, 0.5.1, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.4.1, 0.6.4.2, 0.6.4.3, 0.6.4.4, 0.7.0, 0.7.0.1, 0.8.0, 0.8.0.1, 0.8.0.2, 0.9.0, 0.9.0.1, 0.9.0.2, 0.9.0.3, 0.9.0.4, 1.0.0, 1.0.1, 1.0.1.1, 1.0.1.2, 1.0.1.3, 1.0.2, 1.0.2.1, 1.0.2.2, 1.1.0, 1.1.0.1, 1.1.2, 1.1.3, 1.1.3.1, 1.1.3.2, 1.1.4, 1.1.5, 1.1.5.1, 1.2.0, 1.2.0.1, 1.2.0.2, 1.2.1, 1.2.1.1, 1.2.1.2, 1.2.2.0, 1.2.3.0, 1.2.3.1, 1.2.3.2, 1.2.3.3, 1.3.0, 1.3.0.2, 1.3.0.3, 1.3.0.4, 1.3.0.5, 1.3.0.6, 1.3.1, 1.3.1.1, 1.3.2, 1.3.3, 2.0.0, 2.0.0.1, 2.0.1, 2.0.1.1, 2.0.2, 2.0.3, 2.0.3.1, 2.0.4, 2.0.5, 2.0.5.1, 2.0.7, 2.0.7.1, 2.0.8, 2.1, 2.1.0.1, 2.1.0.2, 2.1.1, 2.1.1.1, 2.1.1.2, 2.1.1.3, 2.1.1.4, 2.1.1.5, 2.1.1.6, 2.1.1.7, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.2, 2.2.1, 2.2.2, 2.2.2.1, 2.2.3, 2.2.4, 2.2.4.1, 2.5, 2.6, 2.6.1 (info)
Change log ChangeLog.md
Dependencies aeson (>=0.5), attoparsec, base (>=4.7 && <5), base64-bytestring, blaze-html (>=0.5), blaze-markup (>=0.5.1), bytestring (>=0.9), conduit (>=1.0), containers (>=0.2), exceptions (>=0.6), fast-logger (>=2.1), http-api-data (>=0.2 && <0.4), lifted-base (>=0.1), monad-control (>=0.3), monad-logger (>=0.3), mtl, old-locale, path-pieces (>=0.1), resource-pool (>=0.2.2.0), resourcet (>=1.1), scientific, silently, tagged, template-haskell, text (>=0.8), time (>=1.1.4), transformers (>=0.2.1), transformers-base, unordered-containers, vector [details]
License MIT
Author Michael Snoyman <michael@snoyman.com>
Maintainer Michael Snoyman <michael@snoyman.com>, Greg Weber <greg@gregweber.info>
Stability Stable
Category Database, Yesod
Home page http://www.yesodweb.com/book/persistent
Bug tracker https://github.com/yesodweb/persistent/issues
Source repository head: git clone git://github.com/yesodweb/persistent.git
Uploaded Mon Mar 6 12:59:14 UTC 2017 by MichaelSnoyman
Distributions Arch:2.6, Debian:2.2.4, FreeBSD:2.2, LTSHaskell:2.6, NixOS:2.6, Stackage:2.6.1, Tumbleweed:2.6
Downloads 71444 total (724 in the last 30 days)
Votes
0 []
Status Docs available [build log]
Last success reported on 2017-03-06 [all 1 reports]

Modules

[Index]

Flags

NameDescriptionDefaultType
nooverlaptest out our assumption that OverlappingInstances is just for StringDisabledAutomatic

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

For package maintainers and hackage trustees

Readme for persistent

Readme for persistent-2.6.1

persistent

Type-safe, data serialization. You must use a specific backend in order to make this useful. For more information, see the chapter in the Yesod book.