Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit fb980e4

Browse files
authored
Merge pull request #931 from fsoikin/make-on-windows
Add 8.4.4 to the Windows-friendly make script
2 parents d110059 + 8de2f3c commit fb980e4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: 1.0.{build}
22
environment:
33
matrix:
4+
- GHCVER: 8.4.4
45
- GHCVER: 8.4.3
56
- GHCVER: 8.4.2
67
- GHCVER: 8.2.2

make-build-all.bat

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ CALL :hie-8.2.1
1717
CALL :hie-8.2.2
1818
CALL :hie-8.4.2
1919
CALL :hie-8.4.3
20+
CALL :hie-8.4.4
2021
EXIT /B
2122

2223
:hie-8.2.1
@@ -49,6 +50,13 @@ COPY "%STACKLOCALBINDIR%\hie.exe" "%STACKLOCALBINDIR%\hie-8.4.3.exe"
4950
COPY "%STACKLOCALBINDIR%\hie-8.4.3.exe" "%STACKLOCALBINDIR%\hie-8.4.exe"
5051
EXIT /B
5152

53+
:hie-8.4.4
54+
CALL :submodules
55+
stack --stack-yaml=stack-8.4.4.yaml install
56+
COPY "%STACKLOCALBINDIR%\hie.exe" "%STACKLOCALBINDIR%\hie-8.4.4.exe"
57+
COPY "%STACKLOCALBINDIR%\hie-8.4.4.exe" "%STACKLOCALBINDIR%\hie-8.4.exe"
58+
EXIT /B
59+
5260
:submodules
5361
git submodule update --init
5462
EXIT /B
@@ -58,4 +66,5 @@ stack --stack-yaml=stack-8.2.1.yaml exec hoogle generate
5866
stack --stack-yaml=stack-8.2.2.yaml exec hoogle generate
5967
stack --stack-yaml=stack-8.4.2.yaml exec hoogle generate
6068
stack --stack-yaml=stack-8.4.3.yaml exec hoogle generate
69+
stack --stack-yaml=stack-8.4.4.yaml exec hoogle generate
6170
EXIT /B

0 commit comments

Comments
 (0)