Skip to content

Commit 89e0f41

Browse files
committed
Only do old these before with GHC pre-8.8
1 parent 7c3253d commit 89e0f41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ script:
165165
# Constraint set no-th
166166
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='reflex -use-template-haskell' all | color_cabal_output
167167
# 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
169169
# Constraint set old-witherable
170170
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='witherable <0.3.2' all | color_cabal_output
171171

cabal.haskell-ci

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ constraint-set no-th
1010
constraints: reflex -use-template-haskell
1111

1212
constraint-set old-these
13+
ghc: <8.8
1314
constraints: these <1
1415

1516
constraint-set old-witherable

0 commit comments

Comments
 (0)