Skip to content

Commit

Permalink
Version bumps (new license)
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Apr 9, 2012
1 parent c37b185 commit 574af52
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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 <michael@snoyman.com>
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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 <michael@snoyman.com>
Expand Down
2 changes: 1 addition & 1 deletion 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.
.
Expand Down
2 changes: 1 addition & 1 deletion 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 <michael@snoyman.com>
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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 <michael@snoyman.com>
Expand Down
2 changes: 1 addition & 1 deletion 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 <michael@snoyman.com>
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 574af52

Please sign in to comment.