This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree 2 files changed +10
-0
lines changed 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
version : 1.0.{build}
2
2
environment :
3
3
matrix :
4
+ - GHCVER : 8.4.4
4
5
- GHCVER : 8.4.3
5
6
- GHCVER : 8.4.2
6
7
- GHCVER : 8.2.2
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ CALL :hie-8.2.1
17
17
CALL :hie-8.2.2
18
18
CALL :hie-8.4.2
19
19
CALL :hie-8.4.3
20
+ CALL :hie-8.4.4
20
21
EXIT /B
21
22
22
23
:hie-8.2.1
@@ -49,6 +50,13 @@ COPY "%STACKLOCALBINDIR%\hie.exe" "%STACKLOCALBINDIR%\hie-8.4.3.exe"
49
50
COPY " %STACKLOCALBINDIR% \hie-8.4.3.exe" " %STACKLOCALBINDIR% \hie-8.4.exe"
50
51
EXIT /B
51
52
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
+
52
60
:submodules
53
61
git submodule update --init
54
62
EXIT /B
@@ -58,4 +66,5 @@ stack --stack-yaml=stack-8.2.1.yaml exec hoogle generate
58
66
stack --stack-yaml=stack-8.2.2.yaml exec hoogle generate
59
67
stack --stack-yaml=stack-8.4.2.yaml exec hoogle generate
60
68
stack --stack-yaml=stack-8.4.3.yaml exec hoogle generate
69
+ stack --stack-yaml=stack-8.4.4.yaml exec hoogle generate
61
70
EXIT /B
You can’t perform that action at this time.
0 commit comments