packages feed

car-pool-0.0: car-pool.cabal

Name:             car-pool
Version:          0.0
License:          BSD3
License-File:     LICENSE
Author:           Henning Thielemann
Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
Homepage:         http://code.haskell.org/~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
Tested-With:      GHC==6.12.1, GHC==7.4.2
Cabal-Version:    >=1.8
Build-Type:       Simple

Source-Repository this
  Tag:         0.0
  Type:        darcs
  Location:    http://code.haskell.org/~thielema/car-pool/

Source-Repository head
  Type:        darcs
  Location:    http://code.haskell.org/~thielema/car-pool/

Executable car-pool
  Build-Depends:
    spreadsheet >=0.1.3 && <0.2,
    transformers >=0.2 && <0.5,
    explicit-exception >=0.1.7 && <0.2,
    blaze-html >=0.5 && <0.6,
    digestive-functors-blaze >=0.6 && <0.7,
    digestive-functors-happstack >=0.6 && <0.7,
    digestive-functors >=0.6.1 && <0.7,
    happstack-server >=7.0 && <7.1,
    text >=0.11 && <0.12,
    non-empty >=0.1 && <0.3,
    containers >=0.3 && <0.6,
    utility-ht >=0.0.1 && <0.1,
    base >=4 && <5

  GHC-Options:      -Wall -threaded
  Hs-Source-Dirs:   src
  Main-Is: Main.hs