packages feed

glazier 0.6.0.0 → 0.6.1.0

raw patch · 3 files changed

+7/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

glazier.cabal view
@@ -1,5 +1,5 @@ name:                glazier-version:             0.6.0.0+version:             0.6.1.0 synopsis:            Composable widgets framework description:         Please see README.md homepage:            https://github.com/louispan/glazier#readme
src/Glazier/Lazy.hs view
@@ -22,6 +22,9 @@     , HasGadget(..)     , statically     , dynamically+    -- * Re-exports+    -- $reexports+    , module Glazier     ) where  import Control.Applicative
src/Glazier/Strict.hs view
@@ -22,6 +22,9 @@     , HasGadget(..)     , statically     , dynamically+    -- * Re-exports+    -- $reexports+    , module Glazier     ) where  import Control.Applicative