From 77051545a40f29d9015b8d817603d3d95ef5d1a1 Mon Sep 17 00:00:00 2001 From: Alejandro Serrano Date: Tue, 19 Aug 2014 18:35:10 +0200 Subject: [PATCH] Adde myself to Authors in cabal file --- ghc-mod.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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