mighttpd2 2.5.4 → 2.5.5
raw patch · 1 files changed
+7/−5 lines, 1 filesdep ~hashmap
Dependency ranges changed: hashmap
Files
- mighttpd2.cabal +7/−5
mighttpd2.cabal view
@@ -1,12 +1,14 @@ Name: mighttpd2-Version: 2.5.4+Version: 2.5.5 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3 License-File: LICENSE-Synopsis: A classical web server on WAI/warp-Description: A classical web server on WAI/warp.- Static files and CGI can be handled.+Synopsis: High performance web server on WAI/warp+Description: High performance web server to handle static+ files and CGI on WAI/warp.+ Reverse proxy functionality is also provided+ to connect web applications behind. Homepage: http://www.mew.org/~kazu/proj/mighttpd/ Category: Network, Web Cabal-Version: >= 1.8@@ -21,7 +23,7 @@ , deepseq , directory , filepath- , hashmap >= 1.2 && < 1.3+ , hashmap >= 1.2 , http-conduit , http-date , http-types