packages feed

hfmt 0.2.3.0 → 0.2.3.1

raw patch · 2 files changed

+9/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hfmt.cabal view
@@ -1,5 +1,5 @@ name:                hfmt-version:             0.2.3.0+version:             0.2.3.1 synopsis:            Haskell source code formatter description:         Inspired by gofmt. Built using hlint, hindent, and stylish-haskell. license:             MIT@@ -11,7 +11,7 @@ bug-reports:         http://github.com/danstiner/hfmt/issues category:            Language build-type:          Simple-extra-source-files:  README.md, .stylish-haskell.yaml+extra-source-files:  README.md, .stylish-haskell.yaml, stack.yaml cabal-version:       >=1.9.2 tested-with:         GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2, GHC == 8.5 
+ stack.yaml view
@@ -0,0 +1,7 @@+resolver: lts-12.6+flags: {}+packages:+- '.'+extra-deps:+  - stylish-haskell-0.9.2.0+  - hindent-5.2.7