packages feed

car-pool 0.0 → 0.0.0.1

raw patch · 2 files changed

+6/−6 lines, 2 files

Files

car-pool.cabal view
@@ -1,10 +1,10 @@ Name:             car-pool-Version:          0.0+Version:          0.0.0.1 License:          BSD3 License-File:     LICENSE Author:           Henning Thielemann Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>-Homepage:         http://code.haskell.org/~thielema/car-pool/+Homepage:         http://hub.darcs.net/thielema/car-pool/ Category:         Web Synopsis:         Simple web-server for organizing car-pooling for an event Description:      Simple web-server for organizing car-pooling for an event@@ -13,13 +13,13 @@ Build-Type:       Simple  Source-Repository this-  Tag:         0.0+  Tag:         0.0.0.1   Type:        darcs-  Location:    http://code.haskell.org/~thielema/car-pool/+  Location:    http://hub.darcs.net/thielema/car-pool/  Source-Repository head   Type:        darcs-  Location:    http://code.haskell.org/~thielema/car-pool/+  Location:    http://hub.darcs.net/thielema/car-pool/  Executable car-pool   Build-Depends:
src/Main.hs view
@@ -1,4 +1,4 @@--- module Main (main) where+module Main where  import Text.Digestive (Form, View, text, bool, subView, check, (.:)) import Text.Digestive.Blaze.Html5