pretty-show 1.6.14 → 1.6.15
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Text/Show/Pretty.hs +1/−1
- pretty-show.cabal +1/−1
Text/Show/Pretty.hs view
@@ -43,7 +43,7 @@ import Text.Show.Value import Text.Show.PrettyVal import Text.Show.Html-import Data.Foldable(toList)+import Data.Foldable(Foldable,toList) import Language.Haskell.Lexer(rmSpace,lexerPass0) import Paths_pretty_show (getDataDir)
pretty-show.cabal view
@@ -1,5 +1,5 @@ name: pretty-show-version: 1.6.14+version: 1.6.15 category: Text synopsis: Tools for working with derived `Show` instances and generic