File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ script:
165
165
# Constraint set no-th
166
166
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='reflex -use-template-haskell' all | color_cabal_output
167
167
# Constraint set old-these
168
- - $ {CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='these <1' all | color_cabal_output
168
+ - if $GHCJS || ! $GHCJS && [ $HCNUMVER -lt 80800 ] ; then $ {CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='these <1' all | color_cabal_output ; fi
169
169
# Constraint set old-witherable
170
170
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='witherable <0.3.2' all | color_cabal_output
171
171
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ constraint-set no-th
10
10
constraints: reflex -use-template-haskell
11
11
12
12
constraint-set old-these
13
+ ghc: <8.8
13
14
constraints: these <1
14
15
15
16
constraint-set old-witherable
You can’t perform that action at this time.
0 commit comments