reform-happstack 0.2.5 → 0.2.5.1
raw patch · 1 files changed
+4/−4 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Text.Reform.Happstack: instance FormInput [Input]
+ Text.Reform.Happstack: instance Text.Reform.Backend.FormInput [Happstack.Server.Internal.Types.Input]
- Text.Reform.Happstack: addCSRFCookie :: Happstack m => Text -> m Text
+ Text.Reform.Happstack: addCSRFCookie :: (Happstack m) => Text -> m Text
- Text.Reform.Happstack: checkCSRF :: Happstack m => Text -> m ()
+ Text.Reform.Happstack: checkCSRF :: (Happstack m) => Text -> m ()
- Text.Reform.Happstack: environment :: Happstack m => Environment m [Input]
+ Text.Reform.Happstack: environment :: (Happstack m) => Environment m [Input]
- Text.Reform.Happstack: getCSRFCookie :: Happstack m => Text -> m Text
+ Text.Reform.Happstack: getCSRFCookie :: (Happstack m) => Text -> m Text
- Text.Reform.Happstack: happstackEitherForm :: Happstack m => ([(Text, Text)] -> view -> view) -> Text -> Form m [Input] error view proof a -> m (Either view a)
+ Text.Reform.Happstack: happstackEitherForm :: (Happstack m) => ([(Text, Text)] -> view -> view) -> Text -> Form m [Input] error view proof a -> m (Either view a)
- Text.Reform.Happstack: happstackView :: Happstack m => ([(Text, Text)] -> view -> view) -> Text -> view -> m view
+ Text.Reform.Happstack: happstackView :: (Happstack m) => ([(Text, Text)] -> view -> view) -> Text -> view -> m view
- Text.Reform.Happstack: happstackViewForm :: Happstack m => ([(Text, Text)] -> view -> view) -> Text -> Form m input error view proof a -> m view
+ Text.Reform.Happstack: happstackViewForm :: (Happstack m) => ([(Text, Text)] -> view -> view) -> Text -> Form m input error view proof a -> m view
Files
- reform-happstack.cabal +4/−4
reform-happstack.cabal view
@@ -1,5 +1,5 @@ Name: reform-happstack-Version: 0.2.5+Version: 0.2.5.1 Synopsis: Happstack support for reform. Description: Reform is a library for building and validating forms using applicative functors. This package add support for using reform with Happstack. Homepage: http://www.happstack.com/@@ -11,11 +11,11 @@ Category: Web Build-type: Simple Cabal-version: >=1.6+tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3 source-repository head type: git- subdir: reform-happstack- location: https://github.com/Happstack/reform.git+ location: https://github.com/Happstack/reform-happstack.git Library Exposed-modules: Text.Reform.Happstack@@ -27,4 +27,4 @@ reform == 0.2.*, text >= 0.11 && < 1.3, utf8-string >= 0.3 && < 1.1--- Build-tools: trhsx+