tesla-0.2.0.0: tesla.cabal
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: 8d58aba9e4939289760f458ed52ae77cefb0e80437c28f6672627ef98afe987f
name: tesla
version: 0.2.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 >=1.4.5 && <1.5
, base >=4.7 && <5
, bytestring >=0.10 && <0.11
, casing >=0.1.4 && <0.2
, containers >=0.6 && <0.7
, exceptions
, generic-deriving >=1.12 && <1.14
, lens >=4.17 && <4.19
, lens-aeson >=1.0 && <1.2
, monad-logger
, mtl >=2.2 && <2.3
, template-haskell >=2.14 && <2.16
, text >=1.2 && <1.3
, time >=1.8 && <1.10
, unliftio-core
, vector >=0.12.0 && <0.13
, wreq >=0.5 && <0.6
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 >=1.4.5 && <1.5
, base >=4.7 && <5
, bytestring >=0.10 && <0.11
, casing >=0.1.4 && <0.2
, containers >=0.6 && <0.7
, exceptions
, generic-deriving >=1.12 && <1.14
, lens >=4.17 && <4.19
, lens-aeson >=1.0 && <1.2
, monad-logger
, mtl >=2.2 && <2.3
, tasty
, tasty-hunit
, tasty-quickcheck
, template-haskell >=2.14 && <2.16
, tesla
, text >=1.2 && <1.3
, time >=1.8 && <1.10
, unliftio-core
, vector >=0.12.0 && <0.13
, wreq >=0.5 && <0.6
default-language: Haskell2010