packages feed

hindent 4.2.2 → 4.2.3

raw patch · 2 files changed

+9/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hindent.cabal view
@@ -1,5 +1,5 @@ name:                hindent-version:             4.2.2+version:             4.2.3 synopsis:            Extensible Haskell pretty printer description:         Extensible Haskell pretty printer. Both a library and an executable.                      .
src/HIndent/Styles/ChrisDone.hs view
@@ -192,6 +192,14 @@   do col <- fmap (psColumn . snd)                  (sandbox (write ""))      infixApp e a op b (Just col)+stmt _ (Generator _ p e) =+  do indentSpaces <- getIndentSpaces+     pretty p+     indented indentSpaces+              (dependOrNewline+                 (write " <- ")+                 e+                 pretty) stmt _ e = prettyNoExt e  -- | Expressions