This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ icu-macos-fix-build:
174
174
175
175
# ------------------------------------------------------
176
176
177
- HIE_GIT_REF: =$(shell git symbolic-ref -q --short HEAD || git describe --tags --exact-match )
177
+ HIE_GIT_REF: =$(shell git describe --tags)
178
178
HIE_DIST_NAME: =hie-${HIE_GIT_REF}-` uname -m ` -` uname -s `
179
179
HIE_DIST_DIR: =/tmp/${HIE_DIST_NAME}
180
180
# # Creates a tarball containing all the hie binaries
@@ -189,9 +189,13 @@ dist:
189
189
stack --stack-yaml=stack-8.4.3.yaml build
190
190
cp .stack-work/install/* /* /8.4.3/bin/hie ${HIE_DIST_DIR} /hie-8.4.3
191
191
stack --stack-yaml=stack-8.4.4.yaml build
192
- cp .stack-work/install/* /* /8.4.4/bin/hie ${HIE_DIST_DIR} /hie
193
192
cp .stack-work/install/* /* /8.4.4/bin/hie ${HIE_DIST_DIR} /hie-8.4.4
194
- cp .stack-work/install/* /* /8.4.4/bin/hie-wrapper ${HIE_DIST_DIR} /hie-wrapper
193
+ stack --stack-yaml=stack-8.6.1.yaml build
194
+ cp .stack-work/install/* /* /8.6.1/bin/hie ${HIE_DIST_DIR} /hie-8.6.1
195
+ stack --stack-yaml=stack-8.6.2.yaml build
196
+ cp .stack-work/install/* /* /8.6.2/bin/hie ${HIE_DIST_DIR} /hie-8.6.2
197
+ cp .stack-work/install/* /* /8.6.2/bin/hie ${HIE_DIST_DIR} /hie
198
+ cp .stack-work/install/* /* /8.6.2/bin/hie-wrapper ${HIE_DIST_DIR} /hie-wrapper
195
199
tar -czf ${HIE_DIST_NAME} .tar.gz -C ${HIE_DIST_DIR} .
196
200
rm -r ${HIE_DIST_DIR}
197
201
.PHONY : dist
Original file line number Diff line number Diff line change 1
- resolver : lts-12.20 # GHC 8.4.4
1
+ resolver : nightly-2018-12-01 # GHC 8.6.2
2
2
packages :
3
3
- .
4
4
- hie-plugin-api
You can’t perform that action at this time.
0 commit comments