wai 0.4.1 → 0.4.2
raw patch · 1 files changed
+4/−4 lines, 1 files
Files
- wai.cabal +4/−4
wai.cabal view
@@ -1,12 +1,12 @@ Name: wai-Version: 0.4.1+Version: 0.4.2 Synopsis: Web Application Interface.-Description: Provides a common protocol for communication between web aplications and web servers.+Description: Provides a common protocol for communication between web applications and web servers. License: BSD3 License-file: LICENSE Author: Michael Snoyman Maintainer: michael@snoyman.com-Homepage: http://github.com/snoyberg/wai+Homepage: https://github.com/yesodweb/wai Category: Web Build-Type: Simple Cabal-Version: >=1.6@@ -14,7 +14,7 @@ Source-repository head type: git- location: git://github.com/snoyberg/wai.git+ location: git://github.com/yesodweb/wai.git Library Build-Depends: base >= 3 && < 5