packages feed

snaplet-riak-0.2.0.0: snaplet-riak.cabal

name:                snaplet-riak
version:             0.2.0.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

  -- exposed-modules:     
  -- other-modules:       
  Build-depends:
    base                      >= 4     && < 5,
    transformers              >= 0.3.0 && < 0.4,
    mtl                       >= 2.1.2 && < 2.2,
    containers                >= 0.5.0 && < 0.6,
    aeson                     >= 0.6.0 && < 0.7,
    snap                      >= 0.9.2 && < 0.10,
    snap-core                 >= 0.9.2 && < 0.10,
    data-lens-template        >= 2.1.7 && < 2.2,
    data-lens                 >= 2.10.2 && < 2.11,
    riak                      >= 0.7.0 && < 0.8,
    riak-protobuf             >= 0.16.0 && < 0.17,
    time                      >= 1.4.0 && < 1.5

  Exposed-modules:            Snap.Snaplet.Riak

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