packages feed

webcrank-wai-0.1: webcrank-wai.cabal

name:               webcrank-wai
version:            0.1
license:            BSD3
license-file:       LICENSE
author:             Richard Wallace <rwallace@thewallacepack.net>
maintainer:         Richard Wallace <rwallace@thewallacepack.net>
copyright:          (c) 2015 Richard Wallace
synopsis:           Build a WAI Application from Webcrank Resources
category:           Web
homepage:           https://github.com/webcrank/webcrank-wai
bug-reports:        https://github.com/webcrank/webcrank-wai/issues
cabal-version:      >= 1.8
build-type:         Simple
description:
  Build a WAI Application from Webcrank Resources.

extra-source-files:
  .gitignore
  .travis.yml
  examples/LICENSE
  examples/webcrank-wai-examples.cabal
  examples/*.hs
  HLint.hs
  LICENSE
  README.md

source-repository   head
  type:             git
  location:         https://github.com/webcrank/webcrank-wai.git

flag                small_base
  description:      Choose the new, split-up base package.

library
  hs-source-dirs:   src

  exposed-modules:  Webcrank.Wai

  ghc-options:      -Wall

  build-depends:    base                            >= 4.6 && < 5
                  , bytestring
                  , exceptions
                  , lens
                  , mtl
                  , unix-compat
                  , unordered-containers
                  , wai
                  , wai-lens
                  , webcrank
                  , webcrank-dispatch