packages feed

yesod-form 1.3.8.1 → 1.3.8.2

raw patch · 2 files changed

+5/−5 lines, 2 files

Files

Yesod/Form/Fields.hs view
@@ -84,7 +84,7 @@ import qualified Data.Text.Read  import qualified Data.Map as Map-import Yesod.Persist (selectList, runDB, Filter, SelectOpt, Key, YesodPersist, PersistEntity, PersistQuery, YesodDB)+import Yesod.Persist (selectList, runDB, Filter, SelectOpt, Key, YesodPersist, PersistEntity, PersistQuery) import Control.Arrow ((&&&))  import Control.Applicative ((<$>), (<|>))@@ -553,9 +553,9 @@ optionsEnum = optionsPairs $ map (\x -> (pack $ show x, x)) [minBound..maxBound]  optionsPersist :: ( YesodPersist site, PersistEntity a-                  , PersistQuery (YesodDB site)+                  , PersistQuery (YesodPersistBackend site (HandlerT site IO))                   , PathPiece (Key a)-                  , PersistEntityBackend a ~ PersistMonadBackend (YesodDB site)+                  , PersistEntityBackend a ~ PersistMonadBackend (YesodPersistBackend site (HandlerT site IO))                   , RenderMessage site msg                   )                => [Filter a]@@ -581,7 +581,7 @@      , PersistQuery (YesodPersistBackend site (HandlerT site IO))      , PathPiece (Key a)      , RenderMessage site msg-     , PersistEntityBackend a ~ PersistMonadBackend (YesodDB site))+     , PersistEntityBackend a ~ PersistMonadBackend (YesodPersistBackend site (HandlerT site IO)))   => [Filter a]   -> [SelectOpt a]   -> (a -> msg)
yesod-form.cabal view
@@ -1,5 +1,5 @@ name:            yesod-form-version:         1.3.8.1+version:         1.3.8.2 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>