From 34a50402a4603db07093ab435613699a2ffe2db4 Mon Sep 17 00:00:00 2001 From: Jeremy Shaw Date: Mon, 9 Apr 2012 18:07:20 +0000 Subject: [PATCH] plugins-1.5.2.1 - transfer maintainership to Jeremy Shaw --- plugins.cabal | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/plugins.cabal b/plugins.cabal index 43e4c3e..291957a 100644 --- a/plugins.cabal +++ b/plugins.cabal @@ -1,6 +1,6 @@ name: plugins -version: 1.5.1.4 -homepage: http://code.haskell.org/~dons/code/hs-plugins +version: 1.5.2.1 +homepage: http://patch-tag.com/r/stepcut/plugins synopsis: Dynamic linking for Haskell and C objects description: Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. @@ -17,7 +17,7 @@ category: System license: BSD3 License-file: LICENSE author: Don Stewart 2004..2010 -maintainer: Don Stewart +maintainer: Jeremy Shaw cabal-version: >= 1.6 build-type: Configure Tested-with: GHC >= 6.12.1 @@ -59,5 +59,3 @@ library if impl(ghc >= 7.2) build-depends: ghc-paths - -