diff options
author | Sebastian Schwarz <seschwar@googlemail.com> | 2010-01-09 00:22:35 +0100 |
---|---|---|
committer | Sebastian Schwarz <seschwar@googlemail.com> | 2010-01-09 00:22:35 +0100 |
commit | d806e939b176f0d705bbf0957bd73ed188426009 (patch) | |
tree | ba95d4dbc6f56bbba3acc42359bc5dffeb717fc4 | |
parent | e14595f6a92e5ddbcb31a29806fe95585c2a7bd1 (diff) | |
download | hakyll-d806e939b176f0d705bbf0957bd73ed188426009.tar.gz |
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.
-rw-r--r-- | hakyll.cabal | 5 |
1 files changed, 5 insertions, 0 deletions
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/ |