hindent 4.2.3 → 4.2.4
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~descriptivePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: descriptive
API changes (from Hackage documentation)
Files
- hindent.cabal +2/−2
- src/main/Main.hs +4/−4
hindent.cabal view
@@ -1,5 +1,5 @@ name: hindent-version: 4.2.3+version: 4.2.4 synopsis: Extensible Haskell pretty printer description: Extensible Haskell pretty printer. Both a library and an executable. .@@ -40,7 +40,7 @@ build-depends: base >= 4 && < 5 , hindent , text- , descriptive == 0.2.*+ , descriptive == 0.3.* , haskell-src-exts executable hindent-generate-tests
src/main/Main.hs view
@@ -52,12 +52,12 @@ stop (flag "version" "Print the version" Version) style = makeStyle <$>- (constant "--style" "Style to print with" *>+ (constant "--style" "Style to print with" () *> foldr1 (<|>) (map (\s ->- fmap (const s)- (constant (styleName s)- (styleDescription s)))+ constant (styleName s)+ (styleDescription s)+ s) styles)) <*> lineLen exts =