reform-lucid 0.0.1.1 → 0.0.1.2
raw patch · 3 files changed
+5/−5 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Text/Reform/Lucid/String.hs +1/−1
- Text/Reform/Lucid/Text.hs +1/−1
- reform-lucid.cabal +3/−3
Text/Reform/Lucid/String.hs view
@@ -1,6 +1,6 @@ {-# LANGUAGE FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, ScopedTypeVariables, TypeFamilies, UndecidableInstances, ViewPatterns #-} {- |-This module provides functions creating Reform using blaze-html markup.+This module provides functions creating Reform using lucid markup. This module assumes that you wish for text based controls such as 'inputText' and 'textarea' to using 'String' values. If you prefer 'Data.Text.Text' see "Text.Reform.Blaze.Text".
Text/Reform/Lucid/Text.hs view
@@ -1,6 +1,6 @@ {-# LANGUAGE FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, ScopedTypeVariables, TypeFamilies, UndecidableInstances, ViewPatterns #-} {- |-This module provides functions creating Reform using blaze-html markup.+This module provides functions creating Reform using lucid markup. This module assumes that you wish for text based controls such as 'inputText' and 'textarea' to using 'Text' values. If you prefer 'String' see "Text.Reform.Blaze.String".
reform-lucid.cabal view
@@ -1,13 +1,13 @@ Name: reform-lucid-Version: 0.0.1.1+Version: 0.0.1.2 Synopsis: Add support for using lucid with Reform-Description: Reform is a library for building and validating forms using applicative functors. This package add support for using reform with blaze-html.+Description: Reform is a library for building and validating forms using applicative functors. This package add support for using reform with lucid. License: BSD3 License-file: LICENSE Author: Jeremy Shaw, Zachary Churchill Maintainer: zacharyachurchill@gmail.com Copyright: 2012 Jeremy Shaw, SeeReason Partners LLC,- 2019 Zachar Churchill+ 2019 Zachary Churchill Category: Web Build-type: Simple Cabal-version: >=1.6