packages feed

hpaste-0.0.0: hpaste.cabal

Name:                hpaste
Version:             0.0.0
stability:           Stable
Synopsis:            Haskell paste web site.
Description:         Haskell paste web site.
Homepage:            http://hpaste.org/
License:             GPL
Author:              Chris Done <chrisdone@gmail.com>
Maintainer:          Chris Done <chrisdone@gmail.com>
Copyright:           2010-2013 by Chris Done
Category:            Web
Build-type:          Simple
Cabal-version:       >=1.2

Executable hpaste
  Main-is:           Main.hs
  Ghc-options:       -threaded -Wall -O2 -fno-warn-name-shadowing
  Hs-source-dirs:    src
  Build-depends:
    -- Hard versions
    Diff                      == 0.1.3
   ,blaze-html                == 0.4.3.4
   -- Soft versions
   ,base                      >= 4     && < 5
   ,css                       >= 0.1
   ,named-formlet             >= 0.2
   ,snap-app                  >= 0.3.2
   -- Free versions
   ,ConfigFile
   ,HJScript
   ,MissingH
   ,MonadCatchIO-transformers
   ,blaze-builder
   ,bytestring
   ,containers
   ,directory
   ,download-curl
   ,feed
   ,filepath
   ,haskell-src-exts
   ,hlint
   ,hscolour
   ,mtl
   ,network
   ,old-locale
   ,safe
   ,snap-core
   ,snap-server
   ,text
   ,time
   ,transformers
   ,utf8-string
   ,mime-mail
   ,cgi
   ,process
   ,postgresql-simple