packages feed

lucid-foundation 0.0.2 → 0.0.2.1

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Lucid.Foundation.Typography: label_ :: Text
+ Lucid.Foundation.Typography: label_class_ :: Text

Files

lucid-foundation.cabal view
@@ -1,5 +1,5 @@ Name:                   lucid-foundation-Version:                0.0.2+Version:                0.0.2.1 Author:                 Athan Clark <athan.clark@gmail.com> Maintainer:             Athan Clark <athan.clark@gmail.com> License:                BSD3
src/Lucid/Foundation/Typography/Labels.hs view
@@ -9,7 +9,7 @@ import Data.Monoid  -label_ :: T.Text-label_ = " label "+label_class_ :: T.Text+label_class_ = " label "