-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrevolut-servant.cabal
60 lines (57 loc) · 1.47 KB
/
revolut-servant.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
50
51
52
53
54
55
56
57
58
59
60
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 7f1733b15003242b25aaf423f793d2459e746a7b29441e0ee49755c6de71589e
name: revolut-servant
version: 0.1
synopsis: Revolut Business API
maintainer: Nicolas Di Prima <nicolas@primetype.co.uk>
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
library
hs-source-dirs:
src
default-extensions: NoImplicitPrelude GeneralizedNewtypeDeriving TypeFamilies DataKinds TypeOperators ScopedTypeVariables OverloadedStrings
ghc-options: -Wall -Werror
build-depends:
aeson
, base
, basement
, foundation
, hourglass
, http-api-data
, http-client
, http-client-tls
, memory
, servant
, servant-client
, servant-client-core
, text
exposed-modules:
Revolut.V1
other-modules:
Revolut.V1.Client
Revolut.V1.Types
Revolut.V1.GetAccounts
Revolut.V1.GetTransactions
default-language: Haskell2010
executable revolut
main-is: Main.hs
hs-source-dirs:
app
default-extensions: NoImplicitPrelude GeneralizedNewtypeDeriving TypeFamilies DataKinds TypeOperators ScopedTypeVariables OverloadedStrings
ghc-options: -Wall -Werror
build-depends:
base
, basement
, cli
, foundation
, hourglass
, memory
, revolut-servant
other-modules:
Paths_revolut_servant
default-language: Haskell2010