pretty-sop 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- pretty-sop.cabal +3/−3
pretty-sop.cabal view
@@ -1,14 +1,14 @@ name: pretty-sop-version: 0.1.0.0+version: 0.1.0.1 synopsis: A generic pretty-printer using generics-sop description: This library contains a generic implementation of the 'prettyVal'- function from the @<https://hackage.haskell.org/pretty-show pretty-show>@+ function from the @<https://hackage.haskell.org/package/pretty-show pretty-show>@ package. Using the pretty printer, values can easily be rendered to strings and HTML documents in a uniform way. . This library makes use of the- @<https://hackage.haskell.org/generics-sop generics-sop>@ package and+ @<https://hackage.haskell.org/package/generics-sop generics-sop>@ package and is an example of a generic function defined in the SOP style. . license: BSD3