name: mixpanel-client
version: 0.2.0
synopsis: Mixpanel client
homepage: https://github.com/hercules-ci/mixpanel-client#readme
bug-reports: https://github.com/hercules-ci/mixpanel-client/issues
author: Domen Kožar
maintainer: domen@hercules-ci.com
copyright: 2018 Domen Kožar
license: Apache-2.0
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/hercules-ci/mixpanel-client
library
exposed-modules:
MixPanel
MixPanel.API
MixPanel.Types.Core
MixPanel.Types.EngageData
MixPanel.Types.TrackData
hs-source-dirs:
src
default-extensions: OverloadedStrings LambdaCase DeriveGeneric DeriveFunctor DeriveAnyClass RecordWildCards
ghc-options: -Wall -fwarn-tabs -fwarn-unused-imports -fwarn-missing-signatures -fwarn-name-shadowing -fwarn-incomplete-patterns
build-depends:
aeson
, base >=4.7 && <5
, base64-bytestring
, bytestring
, http-client
, http-client-tls
, servant >=0.14.1
, servant-client
, string-conv
, text
, time
default-language: Haskell2010
test-suite mixpanel-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Spec
TypesSpec
hs-source-dirs:
test
default-extensions: OverloadedStrings LambdaCase DeriveGeneric DeriveFunctor DeriveAnyClass RecordWildCards
ghc-options: -Wall -fwarn-tabs -fwarn-unused-imports -fwarn-missing-signatures -fwarn-name-shadowing -fwarn-incomplete-patterns
build-depends:
aeson
, base >=4.7 && <5
, base64-bytestring
, bytestring
, hspec
, http-client
, http-client-tls
, mixpanel-client
, servant >=0.14.1
, servant-client
, string-conv
, text
, time
default-language: Haskell2010
build-tool-depends: hspec-discover:hspec-discover
test-suite readme
type: exitcode-stdio-1.0
main-is: README.lhs
other-modules:
Paths_mixpanel_client
default-extensions: OverloadedStrings LambdaCase DeriveGeneric DeriveFunctor DeriveAnyClass RecordWildCards
ghc-options: -Wall -fwarn-tabs -fwarn-unused-imports -fwarn-missing-signatures -fwarn-name-shadowing -fwarn-incomplete-patterns -pgmL markdown-unlit
build-depends:
aeson
, base
, base64-bytestring
, bytestring
, http-client
, http-client-tls
, markdown-unlit
, mixpanel-client
, servant >=0.14.1
, servant-client
, string-conv
, text
, time
default-language: Haskell2010
build-tool-depends: markdown-unlit:markdown-unlit