From 8ca6f7d18b5c8b7f013419369d4bbe4e9d77730a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Fri, 12 Sep 2014 20:55:47 +0200 Subject: [PATCH] Temporarily restrict monad-journal version --- ghc-mod.cabal | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 3b2ab42..f4c6901 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -46,7 +46,8 @@ Extra-Source-Files: ChangeLog test/data/duplicate-pkgver/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d/template-haskell-1.0-7c59d13f32294d1ef6dc6233c24df961.conf test/data/duplicate-pkgver/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d/template-haskell-2.8.0.0-14e543bdae2da4d2aeff5386892c9112.conf test/data/duplicate-pkgver/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d/template-haskell-2.8.0.0-32d4f24abdbb6bf41272b183b2e23e9c.conf - test/data/pattern-synonyms/* + test/data/pattern-synonyms/*.cabal + test/data/pattern-synonyms/*.hs test/data/ghc-mod-check/*.cabal test/data/ghc-mod-check/*.hs test/data/ghc-mod-check/Data/*.hs @@ -103,7 +104,7 @@ Library , ghc-syb-utils , hlint >= 1.8.61 , io-choice - , monad-journal >= 0.2.2.0 + , monad-journal >= 0.2.2.0 && < 0.2.3.2 , old-time , process , syb @@ -196,7 +197,7 @@ Test-Suite spec , ghc-syb-utils , hlint >= 1.7.1 , io-choice - , monad-journal >= 0.2.2.0 + , monad-journal >= 0.2.2.0 && < 0.2.3.2 , old-time , process , syb