hindent 4.3.6 → 4.3.7
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hindent.cabal +1/−1
- src/HIndent/Styles/ChrisDone.hs +1/−1
hindent.cabal view
@@ -1,5 +1,5 @@ name: hindent-version: 4.3.6+version: 4.3.7 synopsis: Extensible Haskell pretty printer description: Extensible Haskell pretty printer. Both a library and an executable. .
src/HIndent/Styles/ChrisDone.hs view
@@ -408,7 +408,7 @@ space pretty op space)- (do pretty b)+ (do prettyWithIndent b) else do prettyWithIndent a space pretty op