-
Notifications
You must be signed in to change notification settings - Fork 1
/
hissmetrics.cabal
40 lines (35 loc) · 1.1 KB
/
hissmetrics.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Name: hissmetrics
Version: 0.5.1
Synopsis: Unofficial API bindings to KISSmetrics.
Homepage: https://github.com/prowdsponsor/hissmetrics
License: BSD3
License-file: LICENSE
Author: Felipe Lessa
Maintainer: Felipe Lessa <[email protected]>
Category: Web
Build-type: Simple
Cabal-version: >=1.6
Description:
This package provides simple functions that allow you to access
KISSmetrics using Haskell.
Source-repository head
type: git
location: git://github.com/prowdsponsor/hissmetrics.git
Library
hs-source-dirs: src
Exposed-modules:
Web.KISSmetrics
Build-depends: base >= 4.3 && < 5
, time >= 1.1 && < 2
, bytestring
, text >= 0.7 && < 0.12
, conduit == 1.0.*
, http-types
, http-conduit >= 1.9
Extensions:
DeriveDataTypeable,
RecordWildCards,
OverloadedStrings,
GADTs,
StandaloneDeriving
GHC-options: -Wall