cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: a1d64dd3fd2d2ed04a17740ad997a09b067e7cbe9aee1e447796bfed5e6d6b68 name: ally-invest version: 0.1.0.0 synopsis: Ally Invest integration library description: Please see the README on GitHub at category: Finance homepage: https://github.com/evenex/ally-invest#readme bug-reports: https://github.com/evenex/ally-invest/issues author: Vlad Levenfeld maintainer: vlevenfeld@gmail.com copyright: 2020 Vlad Levenfeld license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/evenex/ally-invest library exposed-modules: AllyInvest AllyInvest.Account AllyInvest.Credentials AllyInvest.Error AllyInvest.Internal AllyInvest.Quote AllyInvest.TimeSales other-modules: Paths_ally_invest hs-source-dirs: src build-depends: aeson >=1.4.7 && <1.5 , authenticate-oauth >=1.6.0 && <1.7 , base >=4.7 && <5 , bytestring >=0.10.10 && <0.11 , http-client >=0.6.4 && <0.7 , http-client-tls >=0.3.5 && <0.4 , safe >=0.3.18 && <0.4 , text >=1.2.4 && <1.3 , time >=1.9.3 && <1.10 default-language: Haskell2010 test-suite ally-invest-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_ally_invest hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.4.7 && <1.5 , ally-invest , authenticate-oauth >=1.6.0 && <1.7 , base >=4.7 && <5 , bytestring >=0.10.10 && <0.11 , http-client >=0.6.4 && <0.7 , http-client-tls >=0.3.5 && <0.4 , safe >=0.3.18 && <0.4 , text >=1.2.4 && <1.3 , time >=1.9.3 && <1.10 default-language: Haskell2010