-- Initial prosper.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: prosper version: 0.1.0.0 synopsis: Bindings to the Prosper marketplace API -- description: 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 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.8 && <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