From b4fe89ad68f6706883e63c95db457223a327a1a9 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Thu, 2 Aug 2018 07:13:51 -0500 Subject: [PATCH] release --- .travis.yml | 6 +++--- ats-pkg/ats-pkg.cabal | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 65279c76..22958585 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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 diff --git a/ats-pkg/ats-pkg.cabal b/ats-pkg/ats-pkg.cabal index 457c3680..c0e633fd 100644 --- a/ats-pkg/ats-pkg.cabal +++ b/ats-pkg/ats-pkg.cabal @@ -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