Version bumps

This commit is contained in:
Michael Snoyman 2014-06-18 06:59:23 +03:00
parent ef25c90e9b
commit 9a583e5af3
4 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: yesod-bin
version: 1.2.10.2
version: 1.2.10.3
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -271,6 +271,9 @@ runFormGet form = do
getHelper form env
{- FIXME: generateFormGet' "Will be renamed to generateFormGet in next verison of Yesod" -}
-- |
--
-- Since 1.3.11
generateFormGet'
:: (RenderMessage (HandlerSite m) FormMessage, MonadHandler m)
=> (Html -> MForm m (FormResult a, xml))

View File

@ -1,5 +1,5 @@
name: yesod-form
version: 1.3.10
version: 1.3.11
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: yesod-websockets
version: 0.1.1.1
version: 0.1.1.2
synopsis: WebSockets support for Yesod
description: WebSockets support for Yesod
homepage: https://github.com/yesodweb/yesod