packages feed

heroku-0.1.2: heroku.cabal

Name:                heroku
Version:             0.1.2
Synopsis:            helpers for deploying to Heroku
Description:         currently just a parser for DATABASE_URL
Homepage:            https://github.com/gregwebs/haskell-heroku
License:             BSD3
License-file:        LICENSE
Author:              Greg Weber
Maintainer:          greg@gregweber.info
Category:            Web
Build-type:          Simple

Cabal-version:       >= 1.8


Library
  Exposed-modules: Web.Heroku
                 , Web.Heroku.Postgres
                 , Web.Heroku.MongoDB

  Other-modules: Web.Heroku.Internal
  
  Build-depends: base >= 4 && < 5
               , text
               , network

Test-Suite test
  Type:                 exitcode-stdio-1.0
  Main-Is:              test.hs
  Build-depends: base >= 4 && < 5
               , text
               , network
               , hspec