formlets 0.7 → 0.7.1
raw patch · 2 files changed
+2/−2 lines, 2 filesnew-uploaderPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Text.Formlets: Rect :: Int -> Int -> Rect
+ Text.Formlets: rectCols :: Rect -> Int
+ Text.Formlets: rectRows :: Rect -> Int
Files
- Text/Formlets.hs +1/−1
- formlets.cabal +1/−1
Text/Formlets.hs view
@@ -7,7 +7,7 @@ , xml, plug, plug2, plug' , Env , Form , Formlet , File (..), ContentType (..), FormContentType (..)- , Rect, stringRect+ , Rect (..), stringRect ) where
formlets.cabal view
@@ -1,5 +1,5 @@ Name: formlets-Version: 0.7+Version: 0.7.1 Synopsis: Formlets implemented in Haskell Description: A modular way to build forms based on applicative functors, based on the work described in: