name: snaplet-actionlog version: 0.4.0 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.10 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 default-language: Haskell2010 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, bytestring >= 0.9.1, digestive-functors >= 0.6, digestive-functors-heist >= 0.7, digestive-functors-snap >= 0.6, errors >= 2.0, heist >= 0.14, lens < 5, map-syntax, persistent >= 2.13, persistent-postgresql >= 2.13, readable >= 0.1, restful-snap >= 0.4, snap >= 0.11.3, snap-extras >= 0.11, snaplet-persistent >= 0.7.1, text >= 0.11, time >= 1.1, transformers >= 0.3, unordered-containers >= 0.2, xmlhtml >= 0.2 ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -fno-warn-orphans -fno-warn-unused-do-bind