aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-04-28 21:55:05 +0200
committerDaniel Gröber <dxld@darkboxed.org>2015-04-28 21:55:05 +0200
commit7eabc7c93ca941f4fa7ddaafe71b7bb21ae6eead (patch)
treecdc92940d885d66d1f4a9326b82f0a295286654a /.travis.yml
parentbfb00085c89479af3f6fad6f40b3521aed3accdc (diff)
Add `compiler-version` command
The compiler version in setup-config's header is the one Cabal was compiled with not the one that was configured for.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1448588..5d2f059 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,5 +24,5 @@ script:
- if [ -n "$(ghc --version | awk '{ print $8 }' | sed -n '/^7.8/p')" ]; then export WERROR="--ghc-option=-Werror"; fi
- cabal configure --enable-tests $WERROR
- cabal build
- - ./dist/build/cabal-helper-wrapper/cabal-helper-wrapper dist
+ - ./dist/build/cabal-helper-wrapper/cabal-helper-wrapper dist "compiler-version" "entrypoints" "source-dirs" "ghc-options" "ghc-src-options" "ghc-pkg-options" "ghc-lang-options"
# - cabal test