Fix missing +x with new cabal and use previous release deps for caching

This commit is contained in:
Vidar Holen
2021-02-22 21:28:14 -08:00
parent 83435c4f2e
commit 88cd21fd0f
10 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
set -xe
{
tar xzv --strip-components=1
./striptests
chmod +x striptests && ./striptests
mkdir "$TARGETNAME"
cabal update
( IFS=';'; cabal build $CABALOPTS --enable-executable-static )