Cabal revisions of wai-middleware-static-0.3.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: wai-middleware-static-Version: 0.3.1-Synopsis: WAI middleware that intercepts requests to static files.-Homepage: https://github.com/xich/scotty-Bug-reports: https://github.com/xich/scotty/issues-License: BSD3-License-file: LICENSE-Author: Andrew Farmer <anfarmer@ku.edu>-Maintainer: Andrew Farmer <anfarmer@ku.edu>-Copyright: (c) 2012 Andrew Farmer-Category: Web-Stability: experimental-Build-type: Simple-Cabal-version: >= 1.10-Description:- WAI middleware that intercepts requests to static files and serves them- if they exist.- .- [WAI] <http://hackage.haskell.org/package/wai>--Library- Exposed-modules: Network.Wai.Middleware.Static- default-language: Haskell2010- Build-depends: base >= 4.3.1 && < 5,- bytestring >= 0.9.2.1,- containers >= 0.4,- directory >= 1.1,- http-types >= 0.6.8 && < 0.8,- mtl >= 2.0.1,- filepath >= 1.3.0.0,- text >= 0.11.1,- wai >= 1.0.0-- GHC-options: -Wall -fno-warn-orphans--source-repository head- type: git- location: git://github.com/xich/scotty.git+Name: wai-middleware-static +Version: 0.3.1 +x-revision: 1 +Synopsis: WAI middleware that intercepts requests to static files. +Homepage: https://github.com/xich/scotty +Bug-reports: https://github.com/xich/scotty/issues +License: BSD3 +License-file: LICENSE +Author: Andrew Farmer <anfarmer@ku.edu> +Maintainer: Andrew Farmer <anfarmer@ku.edu> +Copyright: (c) 2012 Andrew Farmer +Category: Web +Stability: experimental +Build-type: Simple +Cabal-version: >= 1.10 +Description: + WAI middleware that intercepts requests to static files and serves them + if they exist. + . + [WAI] <http://hackage.haskell.org/package/wai> + +Library + Exposed-modules: Network.Wai.Middleware.Static + default-language: Haskell2010 + Build-depends: base >= 4.3.1 && < 4.8, + bytestring >= 0.9.2.1 && < 0.11, + containers >= 0.4 && < 0.6, + directory >= 1.1 && < 1.4, + http-types >= 0.6.8 && < 0.8, + mtl >= 2.0.1 && < 2.2, + filepath >= 1.3.0.0 && < 1.4, + text >= 0.11.1 && < 1.3, + wai >= 1.0.0 && < 2 + + GHC-options: -Wall -fno-warn-orphans + +source-repository head + type: git + location: git://github.com/xich/scotty.git