tesla-0.1.0.1: tesla.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: bc86432b798b84de1d75a14ba3e27975fe6c0c2431111c061bfcd48bdf851848
name: tesla
version: 0.1.0.1
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.Car
Tesla.Command
Tesla.Command.Alerts
Tesla.Command.Charging
Tesla.Command.Climate
Tesla.Command.Doors
Tesla.Command.Homelink
Tesla.Command.Media
Tesla.Command.RemoteStart
Tesla.Command.Sentry
Tesla.Command.Sharing
Tesla.Command.Software
Tesla.Command.SpeedLimit
Tesla.Command.Valet
Tesla.Command.Windows
Tesla.Commands
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
, generic-deriving >=1.12 && <1.14
, lens >=4.17 && <4.19
, lens-aeson >=1.0 && <1.2
, mtl >=2.2 && <2.3
, template-haskell >=2.14 && <2.16
, text >=1.2 && <1.3
, time >=1.8 && <1.10
, 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
, generic-deriving >=1.12 && <1.14
, lens >=4.17 && <4.19
, lens-aeson >=1.0 && <1.2
, 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
, vector >=0.12.0 && <0.13
, wreq >=0.5 && <0.6
default-language: Haskell2010