Skip to content

Commit

Permalink
Bump version # in Starter
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed May 23, 2010
1 parent 098b424 commit a66d2f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.SNAP.md
@@ -1,5 +1,5 @@
Snap Framework 0.1.1
--------------------
Snap Framework
--------------

This is the first developer prerelease of the Snap framework. Snap is a simple
and fast web development framework and server written in Haskell. For more
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
Snap Framework Core 0.1.1
==========================
Snap Framework Core
===================

This is the first developer prerelease of the Snap Framework Core library. For
more information about Snap, read the `README.SNAP.md` or visit the Snap
Expand Down
4 changes: 2 additions & 2 deletions src/Snap/Starter.hs
Expand Up @@ -98,8 +98,8 @@ cabalFile projName isBareBones = unlines $
," haskell98,"
," monads-fd >= 0.1 && <0.2,"
," bytestring >= 0.9.1 && <0.10,"
," snap-core >= 0.1 && <0.2,"
," snap-server >= 0.1 && <0.2,"
," snap-core >= 0.2 && <0.3,"
," snap-server >= 0.3 && <0.3,"
] ++ (if isBareBones then [] else [" heist >= 0.1 && <0.2,"]) ++
[" filepath >= 1.1 && <1.2"
,""
Expand Down

0 comments on commit a66d2f4

Please sign in to comment.