pretty-show 1.6.8.1 → 1.6.8.2
raw patch · 4 files changed
+7/−4 lines, 4 filesdep ~pretty-show
Dependency ranges changed: pretty-show
Files
- CHANGELOG +3/−0
- Text/Show/Pretty.hs +1/−1
- Text/Show/Value.hs +1/−1
- pretty-show.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+Changes in 1.6.8.2:+ * Correct license in srouce files.+ Changes in 1.6.8.1: * Correct the 'License' field in the Cabal file to match the license (MIT)
Text/Show/Pretty.hs view
@@ -2,7 +2,7 @@ -- | -- Module : Text.Show.Pretty -- Copyright : (c) Iavor S. Diatchki 2009--- License : BSD3+-- License : MIT -- -- Maintainer : iavor.diatchki@gmail.com -- Stability : provisional
Text/Show/Value.hs view
@@ -2,7 +2,7 @@ -- | -- Module : Text.Show.Value -- Copyright : (c) Iavor S. Diatchki 2009--- License : BSD3+-- License : MIT -- -- Maintainer : iavor.diatchki@gmail.com -- Stability : provisional
pretty-show.cabal view
@@ -1,5 +1,5 @@ name: pretty-show-version: 1.6.8.1+version: 1.6.8.2 category: Text synopsis: Tools for working with derived `Show` instances and generic@@ -59,7 +59,7 @@ hs-source-dirs: bin build-depends: base >= 3 && < 5,- pretty-show == 1.6.8.1+ pretty-show == 1.6.8.2 ghc-options: -Wall source-repository head