Skip to content

Commit 9df14ca

Browse files
committed
Enable -aeson -semigroupoids on Travis
Follow-up to #99
1 parent 59e90f7 commit 9df14ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ install:
9494
fi
9595
- grep -Ev -- '^\s*--' ${HOME}/.cabal/config | grep -Ev '^\s*$'
9696
- "printf 'packages: \".\" \"./test\"\\n' > cabal.project"
97+
- echo 'package quickcheck-classes' >> cabal.project
98+
- "echo ' flags: -aeson -semigroupoids' >> cabal.project"
9799
- cat cabal.project
98100
- if [ -f "./configure.ac" ]; then
99101
(cd "." && autoreconf -i);
@@ -115,6 +117,8 @@ script:
115117
- cd ${DISTDIR} || false
116118
- find . -maxdepth 1 -name '*.tar.gz' -exec tar -xvf '{}' \;
117119
- "printf 'packages: primitive-*/*.cabal primitive-tests-*/*.cabal\\n' > cabal.project"
120+
- echo 'package quickcheck-classes' >> cabal.project
121+
- "echo ' flags: -aeson -semigroupoids' >> cabal.project"
118122
- cat cabal.project
119123
# this builds all libraries and executables (without tests/benchmarks)
120124
- cabal new-build -w ${HC} --disable-tests --disable-benchmarks all

0 commit comments

Comments
 (0)