forked from prowdsponsor/hissmetrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhissmetrics.cabal
38 lines (33 loc) · 1.06 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
Name: hissmetrics
Version: 0.3
Synopsis: Unofficial API bindings to KISSmetrics.
Homepage: https://github.com/meteficha/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/meteficha/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 == 0.4.*
, http-types
, http-conduit == 1.4.*
Extensions:
DeriveDataTypeable,
RecordWildCards,
OverloadedStrings
GHC-options: -Wall