Skip to content

Commit

Permalink
Bump version to 0.8.0 on 0.8 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed Jan 14, 2012
1 parent f3d279b commit 3c9f65e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions snap-server.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: snap-server
version: 0.7.1
version: 0.8.0
synopsis: A fast, iteratee-based, epoll-enabled web server for the Snap Framework
description:
Snap is a simple and fast web development framework and server written in
Expand Down Expand Up @@ -118,7 +118,7 @@ Library
murmur-hash >= 0.1 && < 0.2,
network >= 2.3 && < 2.4,
old-locale,
snap-core >= 0.7 && < 0.8,
snap-core >= 0.8 && < 0.9,
template-haskell >= 2.2 && < 2.8,
text >= 0.11 && < 0.12,
time >= 1.0 && < 1.5,
Expand Down
6 changes: 3 additions & 3 deletions test/snap-server-testsuite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Executable testsuite
old-locale,
parallel > 2,
process,
snap-core >= 0.7 && < 0.8,
snap-core >= 0.8 && < 0.9,
template-haskell,
test-framework >= 0.4 && < 0.5,
test-framework-hunit >= 0.2.5 && < 0.3,
Expand Down Expand Up @@ -119,7 +119,7 @@ Executable pongserver
parallel > 2,
MonadCatchIO-transformers >= 0.2.1 && < 0.3,
network == 2.3.*,
snap-core >= 0.7 && < 0.8,
snap-core >= 0.8 && < 0.9,
template-haskell,
time,
transformers,
Expand Down Expand Up @@ -195,7 +195,7 @@ Executable testserver
network == 2.3.*,
old-locale,
parallel > 2,
snap-core >= 0.7 && < 0.8,
snap-core >= 0.8 && < 0.9,
template-haskell,
test-framework >= 0.4 && < 0.5,
test-framework-hunit >= 0.2.5 && < 0.3,
Expand Down

0 comments on commit 3c9f65e

Please sign in to comment.