cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack -- -- hash: e0d2e2f773d615d0ece057d0010a09010354337fbe9736a6489f13ab7c0d11f9 name: tesla version: 0.7.4.0 synopsis: Tesla API client. description: Please see the README on GitHub at category: Web homepage: https://github.com/dustin/tesla#readme bug-reports: https://github.com/dustin/tesla/issues author: Dustin Sallings maintainer: dustin@spy.net copyright: MIT license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/dustin/tesla library exposed-modules: Tesla Tesla.Auth Tesla.Car Tesla.Car.Command Tesla.Car.Command.Alerts Tesla.Car.Command.Charging Tesla.Car.Command.Climate Tesla.Car.Command.Doors Tesla.Car.Command.Homelink Tesla.Car.Command.Media Tesla.Car.Command.RemoteStart Tesla.Car.Command.Sentry Tesla.Car.Command.Sharing Tesla.Car.Command.Software Tesla.Car.Command.SpeedLimit Tesla.Car.Command.Valet Tesla.Car.Command.Wake Tesla.Car.Command.Windows Tesla.Car.Commands Tesla.Energy Tesla.Internal.HTTP other-modules: Paths_tesla hs-source-dirs: src default-extensions: OverloadedStrings RecordWildCards NamedFieldPuns ghc-options: -Wall build-depends: aeson , base >=4.7 && <5 , base64-bytestring , bytestring , casing , containers , cryptonite , exceptions , finite-typelits , generic-deriving , http-client , lens , lens-aeson , memory , monad-logger , mtl , random , retry , tagsoup , template-haskell , text , time , unliftio-core , vector , wreq default-language: Haskell2010 test-suite tesla-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_tesla hs-source-dirs: test default-extensions: OverloadedStrings RecordWildCards NamedFieldPuns ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , aeson , base >=4.7 && <5 , base64-bytestring , bytestring , casing , containers , cryptonite , exceptions , finite-typelits , generic-deriving , http-client , lens , lens-aeson , memory , monad-logger , mtl , random , retry , tagsoup , tasty , tasty-hunit , tasty-quickcheck , template-haskell , tesla , text , time , unliftio-core , vector , wreq default-language: Haskell2010