List packages in Travis

This commit is contained in:
David Raymond Christiansen 2014-07-23 09:07:05 +02:00
parent 196bc76771
commit 249523ddb5

View File

@ -12,6 +12,7 @@ before_install:
- sudo apt-get install -qq expect
install:
- cabal install -f FFI -f LLVM --only-dependencies --enable-tests
- ghc-pkg list
before_script:
- cabal sdist
- cd ..