Adde myself to Authors in cabal file

This commit is contained in:
Alejandro Serrano 2014-08-19 18:35:10 +02:00
parent 9456ea426d
commit 77051545a4
1 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ Name: ghc-mod
Version: 5.0.0 Version: 5.0.0
Author: Kazu Yamamoto <kazu@iij.ad.jp> Author: Kazu Yamamoto <kazu@iij.ad.jp>
Daniel Gröber <dxld@darkboxed.org> Daniel Gröber <dxld@darkboxed.org>
Alejandro Serrano <trupill@gmail.com>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
License: BSD3 License: BSD3
License-File: LICENSE License-File: LICENSE
@ -109,7 +110,7 @@ Library
, split , split
, haskell-src-exts , haskell-src-exts
, text , text
, djinn-ghc >= 0.0.2.1 , djinn-ghc >= 0.0.2.2
if impl(ghc >= 7.8) if impl(ghc >= 7.8)
Build-Depends: Cabal >= 1.18 Build-Depends: Cabal >= 1.18
else else
@ -198,7 +199,7 @@ Test-Suite spec
, split , split
, haskell-src-exts , haskell-src-exts
, text , text
, djinn-ghc >= 0.0.2.1 , djinn-ghc >= 0.0.2.2
if impl(ghc >= 7.8) if impl(ghc >= 7.8)
Build-Depends: Cabal >= 1.18 Build-Depends: Cabal >= 1.18
else else