fix travis

This commit is contained in:
Alp Mestanogullari 2014-06-12 14:24:10 +02:00
parent 6c8c9f6a05
commit 40fcf976ce

View File

@ -1,7 +1,7 @@
language: haskell
script:
- cabal install --only-dependencies && cabal configure && cabal build && cabal bench
- cabal configure --enable-benchmarks && cabal build && cabal bench
before_install:
- cabal update