.travis.yml: test deriving via generics with GHC 8.4

This commit is contained in:
Albert Krewinkel 2018-11-04 20:51:08 +01:00
parent dc150df8e1
commit a4968d775d
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -73,7 +73,7 @@ matrix:
BUILD=cabal BUILD=cabal
GHCVER=8.4.3 GHCVER=8.4.3
CABALVER=2.2 CABALVER=2.2
FLAGS="fast embed_data_files" FLAGS="fast embed_data_files -derive_json_via_th"
CABALARGS="--enable-benchmarks" CABALARGS="--enable-benchmarks"
TESTPATTERN="! /Round trip/" TESTPATTERN="! /Round trip/"
compiler: ": #GHC 8.4.3" compiler: ": #GHC 8.4.3"