File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -139,12 +139,12 @@ script:
139
139
- cd ${DISTDIR} || false
140
140
- find . -maxdepth 1 -type f -name '*.tar.gz' -exec tar -xvf '{}' \;
141
141
- find . -maxdepth 1 -type f -name '*.tar.gz' -exec rm '{}' \;
142
- - PKGDIR_reflex ="$(find . -maxdepth 1 -type d -regex '.*/reflex -[0-9.]*')"
142
+ - PKGDIR_patch ="$(find . -maxdepth 1 -type d -regex '.*/patch -[0-9.]*')"
143
143
# Generate cabal.project
144
144
- rm -rf cabal.project cabal.project.local cabal.project.freeze
145
145
- touch cabal.project
146
146
- |
147
- echo "packages: ${PKGDIR_reflex }" >> cabal.project
147
+ echo "packages: ${PKGDIR_patch }" >> cabal.project
148
148
- |
149
149
- cat cabal.project || true
150
150
- cat cabal.project.local || true
@@ -157,13 +157,11 @@ script:
157
157
# Testing...
158
158
- if ! $GHCJS ; then ${CABAL} v2-test $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output ; fi
159
159
# cabal check...
160
- - (cd ${PKGDIR_reflex } && ${CABAL} -vnormal check)
160
+ - (cd ${PKGDIR_patch } && ${CABAL} -vnormal check)
161
161
# haddock...
162
162
- if ! $GHCJS ; then ${CABAL} v2-haddock $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output ; fi
163
163
# Constraint sets
164
164
- rm -rf cabal.project.local
165
- # Constraint set no-th
166
- - ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='reflex -use-template-haskell' all | color_cabal_output
167
165
# Constraint set old-these
168
166
- if $GHCJS || ! $GHCJS && [ $HCNUMVER -lt 80800 ] ; then ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='these <1' all | color_cabal_output ; fi
169
167
# Constraint set old-witherable
You can’t perform that action at this time.
0 commit comments