packages feed

jonathanscard-0.1: jonathanscard.cabal

Name:                jonathanscard
Version:             0.1
Synopsis:            An implementation of the Jonathan's Card API.
Description:         This implements the Jonathan's Card API, as detailed at
                     <http://jonathanstark.com/card/#api>
License:             BSD3
License-file:        LICENSE
Author:              Spearhead Development, L.L.C.
Maintainer:          Michael Schade <michael@spearheaddev.com>
Copyright:           (c) 2011 Spearhead Development, L.L.C.
Category:            Web
Build-type:          Simple
Extra-source-files:  README.mkd
Cabal-version:       >= 1.6

source-repository head
    type:       git
    location:   git://github.com/michaelschade/hs-jonathanscard.git

Library
  -- Modules exported by the library.
    ghc-options:        -Wall -fwarn-tabs
    Hs-Source-Dirs:     src
    Exposed-modules:      Web.JonathansCard
    Build-depends:        base          >= 3 && < 5
                        , bytestring    >= 0.9
                        , containers    == 0.4.*
                        , HTTP          == 4000.1.*
                        , json          == 0.4.4
                        , mtl           == 2.0.1.*
                        , network       == 2.3.*