From 7beea2608252e128b5455b9170739181092af617 Mon Sep 17 00:00:00 2001 From: Alejandro Serrano Date: Sun, 3 Aug 2014 19:34:47 +0200 Subject: [PATCH] Bump djinn-ghc version --- ghc-mod.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 2afeac4..602025b 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -107,7 +107,7 @@ Library , split , haskell-src-exts , text - , djinn-ghc >= 0.0.2 + , djinn-ghc >= 0.0.2.1 if impl(ghc >= 7.8) Build-Depends: Cabal >= 1.18 else @@ -192,7 +192,7 @@ Test-Suite spec , split , haskell-src-exts , text - , djinn-ghc >= 0.0.2 + , djinn-ghc >= 0.0.2.1 if impl(ghc >= 7.8) Build-Depends: Cabal >= 1.18 else