Skip to content

Commit

Permalink
Added a library section to the cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Eidhof committed Aug 24, 2009
1 parent 26a1762 commit 8dccab7
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions formlets.cabal
Expand Up @@ -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 <ce+hackage@tupil.com>
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

0 comments on commit 8dccab7

Please sign in to comment.