diff options
| -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/ |
