Version bumps
This commit is contained in:
parent
ef25c90e9b
commit
9a583e5af3
@ -1,5 +1,5 @@
|
|||||||
name: yesod-bin
|
name: yesod-bin
|
||||||
version: 1.2.10.2
|
version: 1.2.10.3
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
@ -271,6 +271,9 @@ runFormGet form = do
|
|||||||
getHelper form env
|
getHelper form env
|
||||||
|
|
||||||
{- FIXME: generateFormGet' "Will be renamed to generateFormGet in next verison of Yesod" -}
|
{- FIXME: generateFormGet' "Will be renamed to generateFormGet in next verison of Yesod" -}
|
||||||
|
-- |
|
||||||
|
--
|
||||||
|
-- Since 1.3.11
|
||||||
generateFormGet'
|
generateFormGet'
|
||||||
:: (RenderMessage (HandlerSite m) FormMessage, MonadHandler m)
|
:: (RenderMessage (HandlerSite m) FormMessage, MonadHandler m)
|
||||||
=> (Html -> MForm m (FormResult a, xml))
|
=> (Html -> MForm m (FormResult a, xml))
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-form
|
name: yesod-form
|
||||||
version: 1.3.10
|
version: 1.3.11
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: yesod-websockets
|
name: yesod-websockets
|
||||||
version: 0.1.1.1
|
version: 0.1.1.2
|
||||||
synopsis: WebSockets support for Yesod
|
synopsis: WebSockets support for Yesod
|
||||||
description: WebSockets support for Yesod
|
description: WebSockets support for Yesod
|
||||||
homepage: https://github.com/yesodweb/yesod
|
homepage: https://github.com/yesodweb/yesod
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user