tesla-0.6.0.0: tesla.cabal
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: 44f2c38345f7a71e96cf36e8d5f45c3c741ba014fb6122e6d9ca4b3e136d0d0f
name: tesla
version: 0.6.0.0
synopsis: Tesla API client.
description: Please see the README on GitHub at <https://github.com/dustin/tesla#readme>
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.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