monad-journal fixes are upstream now

This commit is contained in:
Daniel Gröber 2014-08-06 19:43:52 +02:00
parent 9e4f1c9057
commit b978e1fd01
2 changed files with 2 additions and 4 deletions

View File

@ -8,8 +8,6 @@ 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:

View File

@ -96,7 +96,7 @@ Library
, ghc-syb-utils
, hlint >= 1.8.61
, io-choice
, monad-journal
, monad-journal >= 0.2.2.0
, old-time
, process
, syb
@ -181,7 +181,7 @@ Test-Suite spec
, ghc-syb-utils
, hlint >= 1.7.1
, io-choice
, monad-journal
, monad-journal >= 0.2.2.0
, old-time
, process
, syb