ats-format 0.2.0.12 → 0.2.0.13
raw patch · 2 files changed
+2/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- ats-format.cabal +1/−3
README.md view
@@ -6,7 +6,7 @@ <img alt="Screenshot of sample results" src=https://github.com/vmchale/ats-format/raw/master/atsfmt2.png> This is a code formatter for [ATS](http://www.ats-lang.org/). It is-a work-in-progress, but it can handle a subset of the language already.+a work-in-progress, but it can handle a good portion of the language already. If you find something that's not listed in `TODO.md` feel free to open an issue. Code samples that were formatted into something ugly are also welcome.
ats-format.cabal view
@@ -1,5 +1,5 @@ name: ats-format-version: 0.2.0.12+version: 0.2.0.13 synopsis: A source-code formatter for ATS description: An opinionated source-code formatter for [ATS](http://www.ats-lang.org/). license: BSD3@@ -47,8 +47,6 @@ , unordered-containers , process , file-embed- build-tools: happy- , alex default-language: Haskell2010 if flag(development) ghc-options: -Werror