Add temporary workaround for monad-journal

.. just until upstream uploads the changes to hackage
This commit is contained in:
Daniel Gröber 2014-07-22 19:46:42 +02:00
parent f311efd90c
commit fb6def45b7
1 changed files with 2 additions and 0 deletions

View File

@ -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: