name: snaplet-actionlog version: 0.3.1 synopsis: Generic action log snaplet for the Snap Framework description: This snaplet contains support for logging website actions. Common actions are creating, updating, and deleting records. license: BSD3 license-file: LICENSE author: Soostone Inc. Ozgun Ataman, Doug Beardsley maintainer: ozataman@gmail.com, mightybyte@gmail.com build-type: Simple cabal-version: >= 1.6 homepage: https://github.com/soostone/snaplet-actionlog category: Web, Snap extra-source-files: LICENSE changelog.md data-files: schema.txt resources/templates/index.tpl resources/templates/show.tpl resources/templates/_details.tpl resources/templates/_form.tpl resources/templates/_list.tpl source-repository head type: git location: https://github.com/soostone/snaplet-actionlog.git Library hs-source-dirs: src exposed-modules: Snap.Snaplet.ActionLog other-modules: Snap.Snaplet.ActionLog.API Snap.Snaplet.ActionLog.Resource Snap.Snaplet.ActionLog.Types Snap.Snaplet.ActionLog.InternalTypes Snap.Snaplet.ActionLog.Internal.Schema Paths_snaplet_actionlog build-depends: base >= 4 && < 5, blaze-builder >= 0.3 && < 0.5, bytestring >= 0.9.1 && < 0.11, digestive-functors >= 0.6 && < 0.9, digestive-functors-heist >= 0.7 && < 0.9, digestive-functors-snap >= 0.6 && < 0.8, errors >= 2.0 && < 2.3, heist >= 0.14 && < 1.1, lens < 5, map-syntax, persistent >= 2.0 && < 2.8, persistent-postgresql >= 2.0 && < 2.7, persistent-template >= 2.0 && < 2.6, readable >= 0.1 && < 0.4, restful-snap >= 0.4 && < 0.5, snap >= 0.11.3 && < 1.1, snap-extras >= 0.11 && < 1.1, snaplet-persistent >= 0.4 && < 0.7, text >= 0.11 && < 1.3, time >= 1.1 && < 1.9, transformers >= 0.3 && < 0.6, unordered-containers >= 0.2 && < 0.3, xmlhtml >= 0.2 && < 0.3 ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -fno-warn-orphans -fno-warn-unused-do-bind