From b978e1fd01c1946358695086e126554192a9d1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Wed, 6 Aug 2014 19:43:52 +0200 Subject: [PATCH] monad-journal fixes are upstream now --- .travis.yml | 2 -- ghc-mod.cabal | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index dde051f..10905cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 4d001e3..02ae914 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -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