From 8dccab75acf2f7b95f63a34b1c84be9766508f67 Mon Sep 17 00:00:00 2001 From: Chris Eidhof Date: Mon, 24 Aug 2009 10:33:34 +0200 Subject: [PATCH] Added a library section to the cabal file --- formlets.cabal | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/formlets.cabal b/formlets.cabal index c3f07e0..5b7f8fd 100644 --- a/formlets.cabal +++ b/formlets.cabal @@ -15,19 +15,24 @@ Copyright: (c) Jeremy Yallop / Tupil Author: Jeremy Yallop / Chris Eidhof Homepage: http://github.com/chriseidhof/formlets/tree/master Maintainer: Chris Eidhof -Exposed-Modules: Text.Formlets - , Text.Formlets.MassInput - , Text.XHtml.Strict.Formlets -Other-Modules: Text.Formlets.FormResult Build-Type: Simple -Build-Depends: base >= 2 && < 5, - haskell98, - mtl, - xhtml, - applicative-extras >= 0.1.3, - bytestring +Cabal-Version: >= 1.2 Extra-Source-Files: README +Library + Build-Depends: base >= 2 && < 5, + haskell98, + mtl, + xhtml, + applicative-extras >= 0.1.3, + bytestring + Exposed-Modules: Text.Formlets + , Text.Formlets.MassInput + , Text.XHtml.Strict.Formlets + Other-Modules: Text.Formlets.FormResult + + + source-repository head type: git location: git://github.com/chriseidhof/formlets.git