e14a14fb5c
- servant-client-jsaddle: Remove some debug printing - Update .travis.yml with haskell-ci - servant-client-jsaddle: bump base bounds - Add libgirepository1.0-dev - servant-client-jsaddle: bump upper bound on containers - servant-client-jsaddle: relax upper bound on semigroupoids - servant-client-jsaddle: bump servant-client-core dependency - servant-client-jsaddle: fix compatibility - servant-client-jsaddle: import correct module - .travis.yml: run xvfb for headless GUI testing - Use ghcjs-dom instead of jsaddle-dom directly. - Also use ghcjs-dom in tests. - Ignore exceptions on send - they are handled in toResponse. - Apparently ghcjs-dom does use the same exception these days. - Got rid of obsolete comment. - Make sure response gets handled even in case of exception. - Update servant-client-jsaddle/servant-client-jsaddle.cabal Dependingon ghcjs-dom avoids the dependency on jsaddle-dom on ghcjs and have slightly better performance on ghcjs. Co-Authored-By: Herbert Valerio Riedel <hvr@gnu.org>
21 lines
536 B
Text
21 lines
536 B
Text
folds: all-but-test
|
|
branches: master
|
|
jobs-selection: any
|
|
google-chrome: True
|
|
ghcjs-tests: True
|
|
|
|
-- https://github.com/haskell/cabal/issues/6176
|
|
ghcjs-tools: hspec-discover
|
|
|
|
-- We have inplace packages (servant-js) so we skip installing dependencies in a separate step
|
|
install-dependencies: False
|
|
|
|
-- this speed-ups the build a little, but we have to check these for release
|
|
no-tests-no-benchmarks: False
|
|
unconstrained: False
|
|
|
|
-- Don't run cabal check, as cookbook examples won't pass it
|
|
cabal-check: False
|
|
|
|
-- ghc-options: -j2
|
|
jobs: :2
|