snaplet-hasql-1.0.2: snaplet-hasql.cabal
name: snaplet-hasql
version: 1.0.2
synopsis: A Hasql snaplet
license: MIT
license-file: LICENSE
author: Mike Ledger
maintainer: eleventynine@gmail.com
category: Web
build-type: Simple
cabal-version: >=1.10
description: A hasql snaplet, including an auth backend.
homepage: https://github.com/mikeplus64/snaplet-hasql
data-files:
resources/devel.cfg
resources/auth/devel.cfg
source-repository head
type: git
location: https://github.com/mikeplus64/snaplet-hasql.git
library
exposed-modules: Snap.Snaplet.Hasql,
Snap.Snaplet.Auth.Backends.Hasql
other-modules: Paths_snaplet_hasql
build-depends: base >=4.7 && <5.0,
lens >= 4.0 && < 5.0,
mtl >=2.2,
hasql >=0.7,
hasql-backend >= 0.4,
clientsession >= 0.9,
configurator >= 0.3,
time >= 1.5,
text >= 1.0,
snap >=0.13,
bytestring >=0.10,
aeson >= 0.8
hs-source-dirs: src
default-language: Haskell2010