snaplet-haxl-0.0.0.2: 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.2
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,
snap >= 0.10 && < 1.0,
MonadCatchIO-transformers >= 0.2 && < 0.4,
transformers >= 0.2 && < 0.4
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/ChristopherBiscardi/snaplet-haxl.git