packages feed

snaplet-haxl-0.0.0.1: snaplet-haxl.cabal

-- Initial snaplet-haxl.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                snaplet-haxl
version:             0.0.0.1
synopsis:            Snaplet for Facebook's Haxl
description:         A Snaplet for the integration of Haxl DataSources with Snap.
homepage:            https://github.com/ChristopherBiscardi/snaplet-haxl
license:             BSD3
license-file:        LICENSE
author:              Christopher Biscardi
maintainer:          chris@christopherbiscardi.com
category:            Web, Snap
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:
    Snap.Snaplet.Haxl
  -- other-modules:       
  -- other-extensions:    
  build-depends:
    base                      >= 4.6       && <4.7,
    haxl                      >= 0.1.0.0   && < 0.2.0.0,
    text                      >= 1.1.1.3,
    hashable                  >= 1.2.2.0,
    postgresql-simple         >= 0.4.2.2,
    async                     >= 2.0.1.4,
    snap                      >= 0.10,
    MonadCatchIO-transformers >= 0.3.1.1,
    transformers              >= 0.3.0.0,
    mtl                       >= 2.1.2
  hs-source-dirs: src
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/ChristopherBiscardi/snaplet-haxl.git