diff --git a/ghc-mod.cabal b/ghc-mod.cabal index e7c8e08..949cdbb 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -2,6 +2,7 @@ Name: ghc-mod Version: 5.0.0 Author: Kazu Yamamoto Daniel Gröber + Alejandro Serrano Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE @@ -109,7 +110,7 @@ Library , split , haskell-src-exts , text - , djinn-ghc >= 0.0.2.1 + , djinn-ghc >= 0.0.2.2 if impl(ghc >= 7.8) Build-Depends: Cabal >= 1.18 else @@ -198,7 +199,7 @@ Test-Suite spec , split , haskell-src-exts , text - , djinn-ghc >= 0.0.2.1 + , djinn-ghc >= 0.0.2.2 if impl(ghc >= 7.8) Build-Depends: Cabal >= 1.18 else