-
Notifications
You must be signed in to change notification settings - Fork 0
/
api-liquid.cabal
52 lines (48 loc) · 1.17 KB
/
api-liquid.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 139cb3570e99bd18bc2b91d4182979f34bd60be6012ea12165122cb59145aea3
name: api-liquid
version: 0.1.0.0
description: Api client for Liquid Crypto Exchange
category: Web
homepage: https://github.com/sigrlami/api-liquid#readme
bug-reports: https://github.com/sigrlami/api-liquid/issues
author: Sergey Bushnyak
maintainer: sergey.bushnyak@sigrlami.eu
copyright: 2020,
Sergey Bushnyak
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/sigrlami/api-liquid
library
exposed-modules:
Liquid.Api
Liquid.Types
Liquid.Utils
other-modules:
Lib
Paths_api_liquid
hs-source-dirs:
src
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, http-client
, http-client-tls
, http-conduit
, servant
, servant-client
, text
, time
, unordered-containers
, vector
default-language: Haskell2010