Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa McHale committed Aug 2, 2018
1 parent 4f69993 commit b4fe89a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ before_install:
if [ `uname` = "Darwin" ]
then
brew install lzlib
brew install xz
brew install xz
brew install bzip2
brew install cabal-install
cabal update
Expand All @@ -60,12 +60,12 @@ script:
export BINPATH1="$(find dist-newstyle/ -name atspkg -perm 755 | tail -n1)"
export BINPATH2="$(find dist-newstyle/ -name atsfmt -perm 755 | tail -n1)"
export BINPATH3="$(find dist-newstyle/ -name hs2ats -perm 755 | tail -n1)"
export BINPATH3="$(find dist-newstyle/ -name cdeps -perm 755 | tail -n1)"
export BINPATH4="$(find dist-newstyle/ -name cdeps -perm 755 | tail -n1)"
else
export BINPATH1="$(find dist-newstyle/ -name atspkg -executable | tail -n1)"
export BINPATH2="$(find dist-newstyle/ -name atsfmt -executable | tail -n1)"
export BINPATH3="$(find dist-newstyle/ -name hs2ats -executable | tail -n1)"
export BINPATH3="$(find dist-newstyle/ -name cdeps -executable | tail -n1)"
export BINPATH4="$(find dist-newstyle/ -name cdeps -executable | tail -n1)"
fi
- echo $BINPATH1
- echo $BINPATH2
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.1.0.9
version: 3.1.0.10
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2018 Vanessa McHale
Expand Down

0 comments on commit b4fe89a

Please sign in to comment.