wai-handler-fastcgi 3.0.0 → 3.0.0.1
raw patch · 3 files changed
+7/−3 lines, 3 files
Files
- ChangeLog.md +1/−0
- README.md +3/−0
- wai-handler-fastcgi.cabal +3/−3
+ ChangeLog.md view
@@ -0,0 +1,1 @@+No changes logged yet.
+ README.md view
@@ -0,0 +1,3 @@+## wai-handler-fastcgi++Calls out to the libfcgi C library.
wai-handler-fastcgi.cabal view
@@ -1,17 +1,17 @@ name: wai-handler-fastcgi-version: 3.0.0+version: 3.0.0.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> maintainer: Michael Snoyman <michael@snoyman.com> synopsis: Wai handler to fastcgi+description: API docs and the README are available at <http://www.stackage.org/package/wai-handler-fastcgi>. category: Web stability: stable cabal-version: >= 1.6 build-type: Configure-extra-source-files: configure fastcgi.buildinfo.in+extra-source-files: configure fastcgi.buildinfo.in README.md ChangeLog.md homepage: http://www.yesodweb.com/book/web-application-interface-description: Calls out to the libfcgi C library. library build-depends: base >= 4 && < 5