Name: jonathanscard Version: 0.1.1 Homepage: http://rawr.mschade.me/jonathanscard/ Synopsis: An implementation of the Jonathan's Card API. Description: This implements the Jonathan's Card API, as detailed at License: BSD3 License-file: LICENSE Author: Spearhead Development, L.L.C. Maintainer: Michael Schade 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.* , old-locale == 1.0.0.* , time == 1.2.0.*