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 +1/−1
- src/Glazier/Lazy.hs +3/−0
- src/Glazier/Strict.hs +3/−0
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