From d806e939b176f0d705bbf0957bd73ed188426009 Mon Sep 17 00:00:00 2001 From: Sebastian Schwarz Date: Sat, 9 Jan 2010 00:22:35 +0100 Subject: [PATCH] Added links to GitHub repo and issue tracker. This will display "Bug tracker" and "Source repository" fields on Hackage in order to facilitate access to these resources. See http://hackage.haskell.org/package/base for an example. --- hakyll.cabal | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hakyll.cabal b/hakyll.cabal index 59c3a4c..984f6d9 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -8,6 +8,7 @@ Description: Author: Jasper Van der Jeugt Maintainer: jaspervdj@gmail.com Homepage: http://jaspervdj.be/hakyll +Bug-Reports: http://github.com/jaspervdj/Hakyll/issues License: BSD3 License-File: LICENSE Category: Text @@ -15,6 +16,10 @@ Cabal-Version: >= 1.2 build-type: Simple +source-repository head + type: git + location: git://github.com/jaspervdj/Hakyll.git + library ghc-options: -Wall hs-source-dirs: src/