summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal16
1 files changed, 12 insertions, 4 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index cb6b8a9..832bbc2 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 0.2
+Version: 0.3
Synopsis: A simple static site generator library.
Description:
@@ -7,7 +7,7 @@ Description:
creating blogs.
Author: Jasper Van der Jeugt
Maintainer: jaspervdj@gmail.com
-Homepage: http://github.com/jaspervdj/Hakyll
+Homepage: http://jaspervdj.be/hakyll
License: BSD3
License-File: LICENSE
Category: Text
@@ -18,8 +18,16 @@ build-type: Simple
library
ghc-options: -Wall
hs-source-dirs: src/
- build-depends: base >= 4 && < 5, template, filepath, directory, containers, bytestring,
- pandoc >= 1, regex-compat, network, mtl
+ build-depends: base >= 4 && < 5,
+ template >= 0.1,
+ filepath >= 1.1,
+ directory >= 1,
+ containers >= 0.1,
+ bytestring >= 0.9,
+ pandoc >= 1,
+ regex-compat >= 0.92,
+ network >= 2,
+ mtl >= 1.1
exposed-modules: Text.Hakyll
Text.Hakyll.Render
Text.Hakyll.Renderable