Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa McHale committed Aug 10, 2018
1 parent 7b5b250 commit 7a432dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ script:
- strip cdeps-$TARGET
- du -h atspkg-$TARGET
- cd ats-pkg/test/data/hello-world
- ../../../../atspkg-$TARGET run -vv
# - ../../../../atspkg-$TARGET run -vv
- cd -

deploy:
Expand Down
2 changes: 1 addition & 1 deletion ats-pkg/ats-pkg.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: ats-pkg
version: 3.2.1.6
version: 3.2.1.7
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2018 Vanessa McHale
Expand Down
1 change: 1 addition & 0 deletions language-ats/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [ ] `language-xats` library: https://github.com/githwxi/ATS-Xanadu/tree/master/srcgen/xats/SATS
- [ ] Fix problem with macro blocks being indented wrong
- [ ] handle `absprop someprop` and `absprop some_prop(prop, prop+)`
- [ ] Parse `fix` keyword correctly.
# Deficiencies
- [ ] Error messages
- [ ] Add test suite for messages
Expand Down

0 comments on commit 7a432dd

Please sign in to comment.