ats-format 0.2.0.25 → 0.2.0.26
raw patch · 2 files changed
+4/−5 lines, 2 files
Files
- README.md +3/−3
- ats-format.cabal +1/−2
README.md view
@@ -2,8 +2,8 @@ [](https://travis-ci.org/vmchale/ats-format) -<img alt="Screenshot of sample results" src=https://github.com/vmchale/ats-format/raw/master/atsfmt.png>-<img alt="Screenshot of sample results" src=https://github.com/vmchale/ats-format/raw/master/atsfmt2.png>+<img alt="Screenshot of sample results" src=https://github.com/vmchale/atspkg/raw/master/ats-format/atsfmt.png>+<img alt="Screenshot of sample results" src=https://github.com/vmchale/atspkg/raw/master/ats-format/atsfmt2.png> This is a code formatter for [ATS](http://www.ats-lang.org/). It is a work-in-progress.@@ -39,7 +39,7 @@ ```bash $ cabal update- $ cabal new-install ats-format --happy-options='-gcsa' --alex-options='-g' -O2+ $ cabal new-install ats-format --happy-options='-gcsa' -O2 ``` ## License
ats-format.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: ats-format-version: 0.2.0.25+version: 0.2.0.26 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2017-2018 Vanessa McHale@@ -55,4 +55,3 @@ if impl(ghc >=8.0) ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates- -Wcompat