kempe 0.2.0.2 → 0.2.0.3
raw patch · 3 files changed
+7/−2 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- kempe.cabal +1/−1
- src/Prettyprinter/Debug.hs +2/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ # kempe +## 0.2.0.3++ * GHC 8.0.2 and 8.2.2+ ## 0.2.0.2 * Improve performance + generated code
kempe.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: kempe-version: 0.2.0.2+version: 0.2.0.3 license: BSD-3-Clause license-file: LICENSE copyright: Copyright: (c) 2020-2021 Vanessa McHale
src/Prettyprinter/Debug.hs view
@@ -5,7 +5,8 @@ , (<#*>) ) where -import Prettyprinter (Doc, Pretty (pretty), hardline, indent, (<+>))+import Data.Semigroup ((<>))+import Prettyprinter (Doc, Pretty (pretty), hardline, indent, (<+>)) (<#*>) :: Doc a -> Doc a -> Doc a