Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed Jun 23, 2011
1 parent ef86a3f commit 22b1c0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions snap.cabal
@@ -1,5 +1,5 @@
name: snap name: snap
version: 0.5.1.1 version: 0.5.1.2
synopsis: Snap: A Haskell Web Framework: project starter executable and glue code library synopsis: Snap: A Haskell Web Framework: project starter executable and glue code library
description: Snap Framework project starter executable and glue code library description: Snap Framework project starter executable and glue code library
license: BSD3 license: BSD3
Expand Down Expand Up @@ -101,8 +101,8 @@ Executable snap
mtl >= 2, mtl >= 2,
old-locale, old-locale,
old-time, old-time,
snap-core >= 0.5.1 && <0.6, snap-core >= 0.5.1.4 && <0.6,
snap-server >= 0.5.1 && <0.6, snap-server >= 0.5.1.2 && <0.6,
template-haskell >= 2.3 && < 2.6, template-haskell >= 2.3 && < 2.6,
text >= 0.11 && <0.12, text >= 0.11 && <0.12,
time, time,
Expand Down
2 changes: 1 addition & 1 deletion test/snap-testsuite.cabal
Expand Up @@ -15,7 +15,7 @@ Executable testsuite
filepath, filepath,
Glob == 0.5.*, Glob == 0.5.*,
HUnit >= 1.2 && < 2, HUnit >= 1.2 && < 2,
http-enumerator >= 0.6.5.3 && <0.7, http-enumerator >= 0.6.5.4 && <0.7,
process == 1.*, process == 1.*,
test-framework >= 0.3.1 && <0.4, test-framework >= 0.3.1 && <0.4,
test-framework-hunit >= 0.2.5 && < 0.3, test-framework-hunit >= 0.2.5 && < 0.3,
Expand Down

0 comments on commit 22b1c0f

Please sign in to comment.