packages feed

snaplet-riak-0.2.1.0: snaplet-riak.cabal

name:                snaplet-riak
version:             0.2.1.0
synopsis:            A Snaplet for the Riak database
description:         A Snaplet allowing easy use of the Riak database within
                     the Snap framework.
homepage:            http://github.com/statusfailed/snaplet-riak
license:             MIT
license-file:        LICENSE
author:              Paul Wilson
maintainer:          paul@statusfailed.com
copyright:           
category:            Database
build-type:          Simple
cabal-version:       >=1.8

library
  hs-source-dirs:      src

  Build-depends:
    base                      >= 4     && < 5,
    transformers              >= 0.4.1 && < 0.5,
    mtl                       >= 2.1.2 && < 2.3,
    containers                >= 0.5.0 && < 0.6,
    aeson                     >= 0.7.0.4 && < 0.12,
    data-lens,                 
    data-lens-template,                 
    snap                      >= 0.9.2 && < 0.15,
    snap-core                 >= 0.9.2 && < 0.11,
    riak                      >= 0.7.0 && < 0.10,
    riak-protobuf             >= 0.16.0 && < 0.21,
    time                      >= 1.4.0 && < 1.6

  Exposed-modules:            Snap.Snaplet.Riak

source-repository head
  type:     git
  location: https://github.com/statusfailed/snaplet-riak.git