From 22391ab59e0699ab49657932eee250b7cee240c5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 9 Aug 2011 09:36:52 -0700 Subject: [PATCH] Added source-repository in cabal file. --- yst.cabal | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/yst.cabal b/yst.cabal index 296ff9c..0037033 100644 --- a/yst.cabal +++ b/yst.cabal @@ -1,7 +1,7 @@ name: yst version: 0.3 Tested-With: GHC == 6.10.4, GHC == 6.12.1 -Cabal-version: >= 1.2 +Cabal-version: >= 1.6 build-type: Simple synopsis: Builds a static website from templates and data in YAML or CSV files. @@ -44,6 +44,11 @@ data-files: README.markdown demo/yahoo/css/reset-min.css demo/files/css/screen.css demo/files/js/nav.js + +Source-repository head + type: git + location: git://github.com/jgm/yst.git + Executable yst hs-source-dirs: . main-is: yst.hs