Skip to content

Commit 3c2fe49

Browse files
committed
Replace & update pure unescape config to test the ffi since it's no longer the default
1 parent 372f44d commit 3c2fe49

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix:
2525
- env: BUILD=stack CABALVER=1.24 GHCVER=8.0.2 STACK_YAML=stack-bench.yaml
2626
compiler: ": #GHC 8.0.2"
2727
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
28-
- env: BUILD=stack CABALVER=1.24 GHCVER=8.0.2 STACK_YAML=stack-pure-unescape.yaml
28+
- env: BUILD=stack CABALVER=1.24 GHCVER=8.0.2 STACK_YAML=stack-ffi-unescape.yaml
2929
compiler: ": #GHC 8.0.2"
3030
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
3131
- env: BUILD=cabal CABALVER=1.24 GHCVER=8.0.2

stack-ffi-unescape.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
resolver: nightly-2017-09-04
2+
packages:
3+
- '.'
4+
flags:
5+
aeson:
6+
fast: true
7+
cffi: true

stack-pure-unescape.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)