packages feed

warp-static-0.0.2: warp-static.cabal

Name:                warp-static
Version:             0.0.2
Synopsis:            Static file server based on Warp and wai-app-static
Homepage:            http://github.com/snoyberg/warp-static
License:             BSD3
License-file:        LICENSE
Author:              Michael Snoyman
Maintainer:          michael@snoyman.com
Category:            Web
Build-type:          Simple
Cabal-version:       >=1.2


Executable warp
  Main-is:       warp.hs
  Build-depends: base            >= 4                  && < 5
               , warp            >= 0.3                && < 0.4
               , wai-app-static  >= 0.0                && < 0.1
               , wai-extra       >= 0.3.3              && < 0.4
               , cmdargs         >= 0.6.7              && < 0.7
               , directory       >= 1.0                && < 1.2