diff options
-rw-r--r-- | hakyll.cabal | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index d5c32d8..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/ @@ -23,7 +28,7 @@ library filepath >= 1.1, directory >= 1, containers >= 0.1, - bytestring >= 0.9 && <= 0.9.1.4, + bytestring >= 0.9 && < 0.9.2, pandoc >= 1, regex-compat >= 0.92, network >= 2, |