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