packages feed

wai-lens-0.1: wai-lens.cabal

name:                wai-lens
version:             0.1
synopsis:            Lenses for WAI
description:         Lenses for WAI
homepage:            https://github.com/webcrank/wai-lens
bug-reports:         https://github.com/webcrank/wai-lens/issues
license:             BSD3
license-file:        LICENSE
author:              Richard Wallace
maintainer:          rwallace@thewallacepack.net
copyright:           (c) 2015 Richard Wallace
category:            Network, Web
build-type:          Simple
cabal-version:       >=1.8

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

library
  hs-source-dirs:    src

  exposed-modules:   Network.Wai.Lens

  build-depends:     base           >=4.6 && <5
                  , bytestring     >=0.9.1.10 && <0.11
                  , http-types     >=0.8 && <0.9
                  , lens           >=4.5 && <5
                  , network        >=2.5 && <2.7
                  , text           >=0.11 && <1.3
                  , vault          >=0.3 && <0.4
                  , wai            >=3.0 && <4