-
Notifications
You must be signed in to change notification settings - Fork 0
/
nylas.cabal
38 lines (36 loc) · 1.59 KB
/
nylas.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: nylas
version: 0.1.2
synopsis: Client for the Nylas API
description: A client for the Nylas HTTP API, powered by lens and pipes.
license: BSD3
license-file: LICENSE
author: Brian Schroeder
maintainer: [email protected]
copyright: 2015, Brian Schroeder
category: Network, API
build-type: Simple
cabal-version: >=1.10
homepage: https://github.com/bts/nylas-hs
bug-reports: https://github.com/bts/nylas-hs/issues
extra-source-files: README.md CHANGELOG.md Quickstart.hs
source-repository head
type: git
location: git://github.com/bts/nylas-hs.git
library
exposed-modules: Network.Nylas, Network.Nylas.Client, Network.Nylas.Types
build-depends: aeson >= 0.8 && < 1.3
, base >= 4.7 && < 5.0
, bytestring >= 0.10.6.0 && < 0.11
, lens >= 4.5 && < 5.0
, lens-aeson >= 1.0.0.4 && < 1.1
, pipes >= 4.1.0 && < 5.0
, pipes-aeson >= 0.4.1.3 && < 0.5
, pipes-bytestring >= 2.1.1 && < 3.0
, pipes-parse >= 3.0.2 && < 4.0
, text >= 1.2.1.1 && < 1.3
, wreq >= 0.4.0.0 && < 0.6
, pipes-http >= 1.0.2 && < 2.0
, time >= 1.5 && < 2.0
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall