File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments