packages feed

ats-format 0.2.0.10 → 0.2.0.12

raw patch · 3 files changed

+4/−5 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -6,8 +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. The main-remaining obstacle is formatting for comments.+a work-in-progress, but it can handle a subset 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.10+version:             0.2.0.12 synopsis:            A source-code formatter for ATS description:         An opinionated source-code formatter for [ATS](http://www.ats-lang.org/). license:             BSD3
stack.yaml view
@@ -1,5 +1,5 @@ ----resolver: lts-10.3+resolver: lts-10.4 packages:   - '.' extra-deps:@@ -9,7 +9,7 @@   - dirstream-1.0.3   - hspec-dirstream-0.3.0.0   - cli-setup-0.1.0.3-  - language-ats-0.1.1.11+  - language-ats-0.2.0.0 flags:   ats-format:     development: false