gingersnap-0.2.2.3: gingersnap.cabal
name: gingersnap
version: 0.2.2.3
synopsis:
Tools for consistent and safe JSON APIs with snap-core and postgresql-simple
description:
Straightforward JSON API idioms for snap-core and postgresql-simple, that
prevent DB connection leaks.
See the README for a tutorial and example use.
license: BSD3
license-file: LICENSE
author: Tinybop Labs, tom-bop
maintainer: tom@tinybop.com
homepage: https://github.com/Tinybop/gingersnap
-- copyright:
category: Web
build-type: Simple
extra-source-files:
ChangeLog.md
README.md
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/Tinybop/gingersnap
library
exposed-modules:
Gingersnap.Core
-- other-modules:
-- other-extensions:
build-depends:
base >=4.5 && <5
, aeson
, bytestring
, deepseq
, http-types
, postgresql-simple
, resource-pool
, snap-core
, text
-- Needed for Control.Monad.IO.Class for GHC 7. Remove later?:
, transformers
, unordered-containers
hs-source-dirs: src
default-language: Haskell2010