traverse-with-class 0.2.0.2 → 0.2.0.3
raw patch · 3 files changed
+7/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES.md +5/−0
- Data/Generics/Traversable/Zipper.hs +1/−1
- traverse-with-class.cabal +1/−1
CHANGES.md view
@@ -1,6 +1,11 @@ Changes ======= +Version 0.2.0.3+---------------++Update the link to the syz paper+ Version 0.2.0.2 ---------------
Data/Generics/Traversable/Zipper.hs view
@@ -1,7 +1,7 @@ -- | Based on «Scrap Your Zippers: A Generic Zipper for Heterogeneous Types. -- Michael D. Adams. WGP '10: Proceedings of the 2010 ACM SIGPLAN -- workshop on Generic programming, 2010»--- (<http://www.cs.indiana.edu/~adamsmd/papers/scrap_your_zippers/>).+-- (<http://michaeldadams.org/papers/scrap_your_zippers/>). -- -- Compared to the original @syz@ package, this implementation (based on -- 'GTraversable') gives more flexibility as to where a zipper may point
traverse-with-class.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: traverse-with-class-version: 0.2.0.2+version: 0.2.0.3 synopsis: Generic applicative traversals description: This is a generic programming library in the spirit of \"Scrap your boilerplate with class\", but with several