@@ -99,8 +99,8 @@ submodules:
99
99
# # NOTE 3: This is needed for stack only projects too
100
100
cabal :
101
101
stack install cabal-install
102
- cabal v1- update
103
- cabal v1- install Cabal-2.4.1.0 --with-compiler=$(GHC )
102
+ cabal update
103
+ cabal install Cabal-2.4.1.0 --with-compiler=$(GHC )
104
104
.PHONY : cabal
105
105
106
106
# ------------------------------------------------------
@@ -111,8 +111,8 @@ build-docs:
111
111
&& stack --stack-yaml=stack-8.2.2.yaml exec hoogle generate \
112
112
&& stack --stack-yaml=stack-8.4.2.yaml exec hoogle generate \
113
113
&& stack --stack-yaml=stack-8.4.3.yaml exec hoogle generate \
114
- && stack --stack-yaml=stack-8.4.4.yaml exec hoogle generate
115
- && stack --stack-yaml=stack-8.6.1.yaml exec hoogle generate
114
+ && stack --stack-yaml=stack-8.4.4.yaml exec hoogle generate \
115
+ && stack --stack-yaml=stack-8.6.1.yaml exec hoogle generate \
116
116
&& stack --stack-yaml=stack-8.6.2.yaml exec hoogle generate
117
117
.PHONY : build-docs
118
118
@@ -125,8 +125,8 @@ test: submodules cabal
125
125
&& stack --stack-yaml=stack-8.2.2.yaml test \
126
126
&& stack --stack-yaml=stack-8.4.2.yaml test \
127
127
&& stack --stack-yaml=stack-8.4.3.yaml test \
128
- && stack --stack-yaml=stack-8.4.4.yaml test
129
- && stack --stack-yaml=stack-8.6.1.yaml test
128
+ && stack --stack-yaml=stack-8.4.4.yaml test \
129
+ && stack --stack-yaml=stack-8.6.1.yaml test \
130
130
&& stack --stack-yaml=stack-8.6.2.yaml test
131
131
.PHONY : test
132
132
@@ -135,8 +135,8 @@ build-copy-compiler-tool: submodules cabal
135
135
&& stack --stack-yaml=stack-8.2.2.yaml build --copy-compiler-tool \
136
136
&& stack --stack-yaml=stack-8.4.2.yaml build --copy-compiler-tool \
137
137
&& stack --stack-yaml=stack-8.4.3.yaml build --copy-compiler-tool \
138
- && stack --stack-yaml=stack-8.4.4.yaml build --copy-compiler-tool
139
- && stack --stack-yaml=stack-8.6.1.yaml build --copy-compiler-tool
138
+ && stack --stack-yaml=stack-8.4.4.yaml build --copy-compiler-tool \
139
+ && stack --stack-yaml=stack-8.6.1.yaml build --copy-compiler-tool \
140
140
&& stack --stack-yaml=stack-8.6.2.yaml build --copy-compiler-tool
141
141
.PHONY : build-copy-compiler-tool
142
142
0 commit comments