From 574af524dfcf5ca825e5a624ecfcc6cd5ccab490 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 9 Apr 2012 10:11:52 +0300 Subject: [PATCH] Version bumps (new license) --- wai-app-static/wai-app-static.cabal | 2 +- wai-eventsource/wai-eventsource.cabal | 2 +- wai-frontend-monadcgi/wai-frontend-monadcgi.cabal | 2 +- wai-handler-devel/wai-handler-devel.cabal | 2 +- wai-handler-fastcgi/wai-handler-fastcgi.cabal | 2 +- wai-handler-launch/wai-handler-launch.cabal | 2 +- wai-handler-scgi/wai-handler-scgi.cabal | 2 +- wai-test/wai-test.cabal | 2 +- wai-websockets/wai-websockets.cabal | 2 +- wai/wai.cabal | 2 +- warp-static/warp-static.cabal | 2 +- warp/warp.cabal | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/wai-app-static/wai-app-static.cabal b/wai-app-static/wai-app-static.cabal index 6ab256e48..61be6b962 100644 --- a/wai-app-static/wai-app-static.cabal +++ b/wai-app-static/wai-app-static.cabal @@ -1,5 +1,5 @@ name: wai-app-static -version: 1.2.0 +version: 1.2.0.1 license: MIT license-file: LICENSE author: Michael Snoyman diff --git a/wai-eventsource/wai-eventsource.cabal b/wai-eventsource/wai-eventsource.cabal index c9f4e6795..3b5dd333d 100644 --- a/wai-eventsource/wai-eventsource.cabal +++ b/wai-eventsource/wai-eventsource.cabal @@ -1,5 +1,5 @@ Name: wai-eventsource -Version: 1.2.0 +Version: 1.2.0.1 Synopsis: WAI support for server-sent events Description: WAI support for server-sent events License: MIT diff --git a/wai-frontend-monadcgi/wai-frontend-monadcgi.cabal b/wai-frontend-monadcgi/wai-frontend-monadcgi.cabal index 2dee63c80..b3d58536d 100644 --- a/wai-frontend-monadcgi/wai-frontend-monadcgi.cabal +++ b/wai-frontend-monadcgi/wai-frontend-monadcgi.cabal @@ -1,5 +1,5 @@ name: wai-frontend-monadcgi -version: 1.2.0 +version: 1.2.0.1 license: MIT license-file: LICENSE author: Michael Snoyman diff --git a/wai-handler-devel/wai-handler-devel.cabal b/wai-handler-devel/wai-handler-devel.cabal index 6a5b8ae83..7bacf244e 100644 --- a/wai-handler-devel/wai-handler-devel.cabal +++ b/wai-handler-devel/wai-handler-devel.cabal @@ -1,5 +1,5 @@ Name: wai-handler-devel -Version: 1.2.0 +Version: 1.2.0.1 Synopsis: WAI server that automatically reloads code after modification. Description: This handler automatically reloads your source code upon any changes. It works by using the hint package, essentially embedding GHC inside the handler. The handler (both the executable and library) takes three arguments: the port to listen on, the module name containing the application function, and the name of the function. . diff --git a/wai-handler-fastcgi/wai-handler-fastcgi.cabal b/wai-handler-fastcgi/wai-handler-fastcgi.cabal index a28876552..c24b01902 100644 --- a/wai-handler-fastcgi/wai-handler-fastcgi.cabal +++ b/wai-handler-fastcgi/wai-handler-fastcgi.cabal @@ -1,5 +1,5 @@ name: wai-handler-fastcgi -version: 1.2.0 +version: 1.2.0.1 license: MIT license-file: LICENSE author: Michael Snoyman diff --git a/wai-handler-launch/wai-handler-launch.cabal b/wai-handler-launch/wai-handler-launch.cabal index 8f7f70884..efe64f035 100644 --- a/wai-handler-launch/wai-handler-launch.cabal +++ b/wai-handler-launch/wai-handler-launch.cabal @@ -1,5 +1,5 @@ Name: wai-handler-launch -Version: 1.2.0 +Version: 1.2.0.1 Synopsis: Launch a web app in the default browser. Description: This handles cross-platform launching and inserts Javascript code to ping the server. When the server no longer receives pings, it shuts down. License: MIT diff --git a/wai-handler-scgi/wai-handler-scgi.cabal b/wai-handler-scgi/wai-handler-scgi.cabal index 5c867e70c..ab2113522 100644 --- a/wai-handler-scgi/wai-handler-scgi.cabal +++ b/wai-handler-scgi/wai-handler-scgi.cabal @@ -1,5 +1,5 @@ name: wai-handler-scgi -version: 1.2.0 +version: 1.2.0.1 license: MIT license-file: LICENSE author: Michael Snoyman diff --git a/wai-test/wai-test.cabal b/wai-test/wai-test.cabal index 96d820595..2fb58eaad 100644 --- a/wai-test/wai-test.cabal +++ b/wai-test/wai-test.cabal @@ -1,5 +1,5 @@ name: wai-test -version: 1.2.0 +version: 1.2.0.1 license: MIT license-file: LICENSE author: Michael Snoyman diff --git a/wai-websockets/wai-websockets.cabal b/wai-websockets/wai-websockets.cabal index ec597428f..eca2dceab 100644 --- a/wai-websockets/wai-websockets.cabal +++ b/wai-websockets/wai-websockets.cabal @@ -1,5 +1,5 @@ Name: wai-websockets -Version: 1.2.0 +Version: 1.2.0.1 Synopsis: Provide a bridge betweeen WAI and the websockets package. License: MIT License-file: LICENSE diff --git a/wai/wai.cabal b/wai/wai.cabal index 634ea4a12..e4ea7ca83 100644 --- a/wai/wai.cabal +++ b/wai/wai.cabal @@ -1,5 +1,5 @@ Name: wai -Version: 1.2.0 +Version: 1.2.0.1 Synopsis: Web Application Interface. Description: Provides a common protocol for communication between web applications and web servers. License: MIT diff --git a/warp-static/warp-static.cabal b/warp-static/warp-static.cabal index e6397bc24..ebc3bbb1c 100644 --- a/warp-static/warp-static.cabal +++ b/warp-static/warp-static.cabal @@ -1,5 +1,5 @@ Name: warp-static -Version: 1.2.0 +Version: 1.2.0.1 Synopsis: Static file server based on Warp and wai-app-static Homepage: http://github.com/yesodweb/wai License: MIT diff --git a/warp/warp.cabal b/warp/warp.cabal index 5090062a5..c64f42f14 100644 --- a/warp/warp.cabal +++ b/warp/warp.cabal @@ -1,5 +1,5 @@ Name: warp -Version: 1.2.0 +Version: 1.2.0.1 Synopsis: A fast, light-weight web server for WAI applications. License: MIT License-file: LICENSE