ats-format 0.2.0.13 → 0.2.0.15
raw patch · 2 files changed
+4/−3 lines, 2 filesdep ~language-atsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: language-ats
API changes (from Hackage documentation)
Files
- ats-format.cabal +2/−2
- stack.yaml +2/−1
ats-format.cabal view
@@ -1,12 +1,12 @@ name: ats-format-version: 0.2.0.13+version: 0.2.0.15 synopsis: A source-code formatter for ATS description: An opinionated source-code formatter for [ATS](http://www.ats-lang.org/). license: BSD3 license-file: LICENSE author: Vanessa McHale maintainer: vamchale@gmail.com-copyright: Copyright: (c) 2017 Vanessa McHale+copyright: Copyright: (c) 2017-2018 Vanessa McHale category: Parser, Language, ATS, Development build-type: Custom extra-doc-files: README.md
stack.yaml view
@@ -9,7 +9,8 @@ - dirstream-1.0.3 - hspec-dirstream-0.3.0.0 - cli-setup-0.1.0.3- - language-ats-0.2.0.0+ - language-ats-0.2.0.5+ - ats-setup-0.3.0.2 flags: ats-format: development: false