-
Notifications
You must be signed in to change notification settings - Fork 9
/
dropbox-sdk.cabal
49 lines (47 loc) · 1.61 KB
/
dropbox-sdk.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
41
42
43
44
45
46
47
48
49
Name: dropbox-sdk
Version: 0.3.1
Synopsis: A library to access the Dropbox HTTP API.
Description:
A (very preliminary) library to access the Dropbox HTTP API:
<https://www.dropbox.com/developers/reference/api>
License: MIT
License-File: License.txt
Author: Kannan Goundan <[email protected]>
Maintainer: Kannan Goundan <[email protected]>
Homepage: http://github.com/cakoose/dropbox-sdk-haskell
Category: Network APIs
Build-Type: Simple
Cabal-Version: >= 1.10
Extra-Source-Files: trusted-certs.crt
Library
Build-Depends:
base == 4.*,
bytestring == 0.9.*,
HTTP == 4000.*,
utf8-string == 0.3.*,
urlencoded == 0.3.*,
json >= 0.4 && < 0.6,
transformers == 0.3.*,
time == 1.4.*,
old-locale == 1.0.*,
network == 2.3.*,
conduit == 0.5.*,
resourcet == 0.3.3.*,
case-insensitive >= 0.2 && < 0.5,
http-types == 0.7.*,
http-conduit == 1.5.*,
monad-control == 0.3.1.*,
blaze-builder == 0.3.*,
tls == 0.9.*,
tls-extra == 0.4.*,
certificate == 1.*,
pem == 0.1.*,
template-haskell
HS-Source-Dirs: Source
Exposed-Modules: Dropbox, Dropbox.Certificates, Dropbox.Certificates.TH
GHC-Options: -Wall -fno-warn-missing-signatures -fno-warn-name-shadowing -fwarn-unused-imports
Default-Language: Haskell2010
Default-Extensions: OverloadedStrings, ScopedTypeVariables, Rank2Types
Source-Repository head
Type: git
Location: git://github.com/cakoose/dropbox-sdk-haskell.git