mighttpd2 2.3.1 → 2.3.2
raw patch · 3 files changed
+3/−3 lines, 3 files
Files
- Mighty.hs +1/−1
- Types.hs +1/−1
- mighttpd2.cabal +1/−1
Mighty.hs view
@@ -80,7 +80,7 @@ single :: Option -> RouteDB -> Socket -> LogType -> IO () single opt route s logtype = do- lgr <- logInit logtype+ lgr <- logInit FromSocket logtype getInfo <- fileCacheInit runSettingsSocket setting s $ fileCgiApp (spec lgr getInfo) route where
Types.hs view
@@ -15,4 +15,4 @@ programName = "Mighttpd" programVersion :: String-programVersion = "2.3.1"+programVersion = "2.3.2"
mighttpd2.cabal view
@@ -1,5 +1,5 @@ Name: mighttpd2-Version: 2.3.1+Version: 2.3.2 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3