hindent 3.6 → 3.7
raw patch · 2 files changed
+5/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hindent.cabal +1/−1
- src/HIndent/Pretty.hs +4/−2
hindent.cabal view
@@ -1,5 +1,5 @@ name: hindent-version: 3.6+version: 3.7 synopsis: Extensible Haskell pretty printer description: Extensible Haskell pretty printer. Both a library and an executable. .
src/HIndent/Pretty.hs view
@@ -1098,8 +1098,10 @@ instance Pretty Bracket where prettyInternal x = case x of- ExpBracket _ _ ->- error "FIXME: No implementation for ExpBracket."+ ExpBracket _ p ->+ brackets (depend (write "|")+ (do pretty p+ write "|")) PatBracket _ _ -> error "FIXME: No implementation for PatBracket." TypeBracket _ _ ->