packages feed

sai-shape-syb 0.2.0 → 0.2.1

raw patch · 6 files changed

+10/−6 lines, 6 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

HTML/sai-shape-syb.html view
@@ -14,6 +14,10 @@ <li>building the testbench corresponding to the examples in this post. </ul> +Haddock API <a href="api/html/sai-shape-syb/index.html">here</a>.++On Hackage: <a href="http://hackage.haskell.org/package/sai-shape-syb">sai-shape-syb</a>+ <h2>Generic Shape</h2>  It is sometimes useful to "project out" the shape or skeleton of a data structure.
sai-shape-syb.cabal view
@@ -1,9 +1,9 @@  name:                sai-shape-syb-version:             0.2.0+version:             0.2.1 synopsis:            Obtain homogeneous values from arbitrary values, tramsforming or culling data description:-    This package provides SYB shape support: generic fmap to+    This package provides SYB shape support: generic mapping to     homogeneous types, and related features.  Complements existing     Uniplate and TH shape libraries.  See <http://www.fremissant.net/shape-syb>     for more information.
src/SAI/Data/Generics/Shape.hs view
@@ -11,7 +11,7 @@ -- Stability   :  experimental -- Portability :  non-portable (uses Data.Generics.Basics) ----- This package provides SYB shape support: generic fmap to+-- This package provides SYB shape support: generic mapping to -- homogeneous types, and related features.  Complements existing -- Uniplate and TH shape libraries.  See <http://www.fremissant.net/shape-syb> -- for more information.
src/SAI/Data/Generics/Shape/SYB.hs view
@@ -23,7 +23,7 @@ -- Stability   :  experimental -- Portability :  non-portable (uses Data.Generics.Basics) ----- This package provides SYB shape support: generic fmap to+-- This package provides SYB shape support: generic mapping to -- homogeneous types, and related features.  Complements existing -- Uniplate and TH shape libraries.  See <http://www.fremissant.net/shape-syb> -- for more information.
src/SAI/Data/Generics/Shape/SYB/Filter.hs view
@@ -23,7 +23,7 @@ -- Stability   :  experimental -- Portability :  non-portable (uses Data.Generics.Basics) ----- This package provides SYB shape support: generic fmap to+-- This package provides SYB shape support: generic mapping to -- homogeneous types, and related features.  Complements existing -- Uniplate and TH shape libraries.  See <http://www.fremissant.net/shape-syb> -- for more information.
src/SAI/Data/Generics/Shape/SYB/GHC.hs view
@@ -20,7 +20,7 @@ -- Stability   :  experimental -- Portability :  non-portable (uses Data.Generics.Basics) ----- This package provides SYB shape support: generic fmap to+-- This package provides SYB shape support: generic mapping to -- homogeneous types, and related features.  Complements existing -- Uniplate and TH shape libraries.  See <http://www.fremissant.net/shape-syb> -- for more information.