packages feed

prosper-0.1.1: prosper.cabal

name:                prosper
version:             0.1.1
synopsis:            Bindings to the Prosper marketplace API
description:         Bindings to the Prosper marketplace API
homepage:            https://api.prosper.com
license:             BSD3
license-file:        LICENSE
author:              Matthew Wraith
maintainer:          wraithm@gmail.com
copyright:           (c) 2015 Matthew Wraith
category:            Finance
build-type:          Simple
cabal-version:       >=1.10

source-repository head
  type:     git
  location: git://github.com/WraithM/prosper.git

library
  exposed-modules:     
    Prosper, 
    Prosper.Account, 
    Prosper.Listing, 
    Prosper.User, 
    Prosper.Note, 
    Prosper.Money, 
    Prosper.Commands, 
    Prosper.Invest,
    Prosper.Internal.Request, 
    Prosper.Internal.JSON, 
    Prosper.Internal.CSV

  build-depends:       
    base >=4.7 && <4.9, 
    transformers >=0.4 && <0.5, 
    text >=1.2 && <1.3, 
    bytestring >=0.10 && <0.11, 
    mtl >=2.2 && <2.3, 
    containers >=0.5 && <0.6,
    vector,
    aeson,
    cereal,
    io-streams,
    HsOpenSSL,
    http-streams


  hs-source-dirs:      src
  default-language:    Haskell2010