From 505cf50739383ca86aea8de59b715e279a07120f Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Sat, 9 Feb 2013 00:37:11 +0100 Subject: Expand http-types dependency range --- hakyll.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hakyll.cabal b/hakyll.cabal index 2d0a47d..a317d31 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -95,7 +95,7 @@ Library directory >= 1.0 && < 1.3, filepath >= 1.0 && < 1.4, http-conduit >= 1.8 && < 1.9, - http-types >= 0.7 && < 0.8, + http-types >= 0.7 && < 0.9, lrucache >= 1.1.1 && < 1.2, mtl >= 1 && < 2.2, old-locale >= 1.0 && < 1.1, -- cgit v1.2.3 From 52802ed57f1ee20aed0a17e84b077f04de413eea Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 10 Feb 2013 11:05:37 +0100 Subject: Note that hakyll-init creates a new dir --- web/tutorials/01-installation.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown index 1a48013..2066886 100644 --- a/web/tutorials/01-installation.markdown +++ b/web/tutorials/01-installation.markdown @@ -32,8 +32,9 @@ started: $ hakyll-init my-site -If `hakyll-init` is not found, you should make sure `$HOME/.cabal/bin` is in -your `$PATH`. +This creates a folder `my-site` in the current directory, with some example +content and a generic configuration. If `hakyll-init` is not found, you should +make sure `$HOME/.cabal/bin` is in your `$PATH`. The file `site.hs` holds the configuration of your site, as an executable haskell program. We can compile and run it like this: -- cgit v1.2.3 From e93753d425520447bcbd6bae1f9067049e4b0260 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 10 Feb 2013 11:30:19 +0100 Subject: Bump http-types test dependency as well Closes #105 --- hakyll.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hakyll.cabal b/hakyll.cabal index a317d31..2399d2a 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -194,7 +194,7 @@ Test-suite hakyll-tests directory >= 1.0 && < 1.3, filepath >= 1.0 && < 1.4, http-conduit >= 1.8 && < 1.9, - http-types >= 0.7 && < 0.8, + http-types >= 0.7 && < 0.9, lrucache >= 1.1.1 && < 1.2, mtl >= 1 && < 2.2, old-locale >= 1.0 && < 1.1, -- cgit v1.2.3