summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Schwarz <seschwar@googlemail.com>2010-01-09 01:25:30 +0100
committerSebastian Schwarz <seschwar@googlemail.com>2010-01-09 01:25:30 +0100
commit0c5a9ffb48dae95c25c6e18ac74c672714f3a52e (patch)
tree731ad0df2e8a5d3dfaf750a0f20ffac264738bf1
parent8cade8681320833fa0f987b656514c5fbe345391 (diff)
parentd806e939b176f0d705bbf0957bd73ed188426009 (diff)
downloadhakyll-0c5a9ffb48dae95c25c6e18ac74c672714f3a52e.tar.gz
Merge branch 'cabal'
-rw-r--r--hakyll.cabal7
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,