From fb6def45b7abc882f630095b51e88dfe37849cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Tue, 22 Jul 2014 19:46:42 +0200 Subject: [PATCH] Add temporary workaround for monad-journal .. just until upstream uploads the changes to hackage --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 10905cb..dde051f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ install: - cabal update - cabal install happy --constraint 'transformers <= 0.3.0.0' - happy --version + - git clone -b for-ghc-mod https://github.com/DanielG/monad-journal.git + - cabal install ./monad-journal --constraint 'transformers <= 0.3.0.0' - cabal install -j --only-dependencies --enable-tests script: