diff --git a/.travis.yml b/.travis.yml index 22958585..040fb187 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,11 +74,9 @@ script: - mv $BINPATH1 atspkg-$TARGET - mv $BINPATH2 atsfmt-$TARGET - mv $BINPATH3 hs2ats-$TARGET -- mv $BINPATH4 cdeps-$TARGET - strip atspkg-$TARGET - strip atsfmt-$TARGET - strip hs2ats-$TARGET -- strip cdeps-$TARGET - du -h atspkg-$TARGET - cd ats-pkg/test/data/hello-world - ../../../../atspkg-$TARGET run -vv @@ -91,7 +89,6 @@ deploy: - atspkg-$TARGET - atsfmt-$TARGET - hs2ats-$TARGET - - cdeps-$TARGET on: tags: true provider: releases diff --git a/ats-pkg/ats-pkg.cabal b/ats-pkg/ats-pkg.cabal index c0e633fd..543653f4 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.10 +version: 3.1.0.11 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale diff --git a/cabal.project b/cabal.project index ddcd5044..1d40157d 100644 --- a/cabal.project +++ b/cabal.project @@ -25,7 +25,6 @@ constraints: reflection -template-haskell executable-stripping: true -documentation: true optimization: 2