name: happs-ex version: 0.0.1 cabal-version: >= 1.2 build-type: Simple license: BSD3 license-file: LICENSE copyright: 2009 author: B. Diegel maintainer: B. Diegel stability: experimental homepage: http://foo/bar/baz.html synopsis: Happstack Example description: Simple Happstack example project category: Unknown tested-with: GHC>=6.10.1 executable happs-ex main-is: main.hs hs-source-dirs: src build-depends: base, mtl, happstack-data, happstack-server, happstack-helpers, happstack-ixset, happstack-util, happstack-state, HStringTemplate, HStringTemplateHelpers ghc-options: -Wall