From b293998e768cb8a0496dcae58607706e1d47c843 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 31 Jan 2018 18:29:30 -0500 Subject: [PATCH] A bit more cabal file cleanup --- ghc-dump-core/ghc-dump-core.cabal | 2 +- ghc-dump-util/ghc-dump-util.cabal | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc-dump-core/ghc-dump-core.cabal b/ghc-dump-core/ghc-dump-core.cabal index ee83b47..6016593 100644 --- a/ghc-dump-core/ghc-dump-core.cabal +++ b/ghc-dump-core/ghc-dump-core.cabal @@ -23,7 +23,7 @@ description: license: BSD3 license-file: LICENSE author: Ben Gamari -maintainer: bgamari.foss@gmail.com +maintainer: ben@well-typed.com copyright: (c) 2017 Ben Gamari category: Development build-type: Simple diff --git a/ghc-dump-util/ghc-dump-util.cabal b/ghc-dump-util/ghc-dump-util.cabal index c5baa70..aef3a44 100644 --- a/ghc-dump-util/ghc-dump-util.cabal +++ b/ghc-dump-util/ghc-dump-util.cabal @@ -14,11 +14,10 @@ description: license: BSD3 license-file: LICENSE author: Ben Gamari -maintainer: bgamari.foss@gmail.com +maintainer: ben@well-typed.com copyright: (c) 2017 Ben Gamari category: Development build-type: Simple -extra-source-files: ChangeLog.md tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2 cabal-version: >=1.10