show-prettyprint 0.3 → 0.3.0.1
raw patch · 2 files changed
+8/−1 lines, 2 filesdep +containersdep ~prettyprinterdep ~trifectaPVP ok
version bump matches the API change (PVP)
Dependencies added: containers
Dependency ranges changed: prettyprinter, trifecta
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- show-prettyprint.cabal +4/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.3.0.1++- Fix dependencies of Doctest suite+ # 0.3 - Fix lists not being prettified at the top level (#6)
show-prettyprint.cabal view
@@ -1,5 +1,5 @@ name: show-prettyprint-version: 0.3+version: 0.3.0.1 synopsis: Robust prettyprinter for output of auto-generated Show instances description: See README.md@@ -36,6 +36,9 @@ main-is: Main.hs build-depends: base , doctest >= 0.9+ , trifecta+ , prettyprinter+ , containers ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010