@@ -68,7 +68,8 @@ build-docs:
68
68
stack --stack-yaml=stack-8.2.1.yaml exec hoogle generate \
69
69
&& stack --stack-yaml=stack-8.2.2.yaml exec hoogle generate \
70
70
&& stack --stack-yaml=stack-8.4.2.yaml exec hoogle generate \
71
- && stack --stack-yaml=stack-8.4.3.yaml exec hoogle generate
71
+ && stack --stack-yaml=stack-8.4.3.yaml exec hoogle generate \
72
+ && stack --stack-yaml=stack-8.4.4.yaml exec hoogle generate
72
73
.PHONY : build-docs
73
74
74
75
@@ -79,14 +80,16 @@ test: submodules
79
80
stack --stack-yaml=stack-8.2.1.yaml test \
80
81
&& stack --stack-yaml=stack-8.2.2.yaml test \
81
82
&& stack --stack-yaml=stack-8.4.2.yaml test \
82
- && stack --stack-yaml=stack-8.4.3.yaml test
83
+ && stack --stack-yaml=stack-8.4.3.yaml test \
84
+ && stack --stack-yaml=stack-8.4.4.yaml test
83
85
.PHONY : test
84
86
85
87
build-copy-compiler-tool : submodules
86
88
stack --stack-yaml=stack-8.2.1.yaml build --copy-compiler-tool \
87
89
&& stack --stack-yaml=stack-8.2.2.yaml build --copy-compiler-tool \
88
90
&& stack --stack-yaml=stack-8.4.2.yaml build --copy-compiler-tool \
89
- && stack --stack-yaml=stack-8.4.3.yaml build --copy-compiler-tool
91
+ && stack --stack-yaml=stack-8.4.3.yaml build --copy-compiler-tool \
92
+ && stack --stack-yaml=stack-8.4.4.yaml build --copy-compiler-tool
90
93
.PHONY : build-copy-compiler-tool
91
94
92
95
# # Fixes icu related problems in MacOS
@@ -108,6 +111,9 @@ icu-macos-fix-build:
108
111
--extra-lib-dirs=/usr/local/opt/icu4c/lib \
109
112
--extra-include-dirs=/usr/local/opt/icu4c/include \
110
113
&& stack --stack-yaml=stack-8.4.3.yaml build text-icu \
114
+ --extra-lib-dirs=/usr/local/opt/icu4c/lib \
115
+ --extra-include-dirs=/usr/local/opt/icu4c/include \
116
+ && stack --stack-yaml=stack-8.4.4.yaml build text-icu \
111
117
--extra-lib-dirs=/usr/local/opt/icu4c/lib \
112
118
--extra-include-dirs=/usr/local/opt/icu4c/include
113
119
.PHONY : icu-macos-fix-build
0 commit comments