hfmt 0.1.0 → 0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hindentPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hindent
API changes (from Hackage documentation)
Files
- hfmt.cabal +2/−2
hfmt.cabal view
@@ -1,5 +1,5 @@ name: hfmt-version: 0.1.0+version: 0.1.1 synopsis: Haskell source code formatter description: Inspired by gofmt. Built using hlint, hindent, and stylish-haskell. license: MIT@@ -34,7 +34,7 @@ , exceptions , filepath , haskell-src-exts- , hindent >= 5.0.0+ , hindent >= 5.2.3 , hlint >= 1.9 , HUnit , path