-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage.yaml
65 lines (62 loc) · 1.06 KB
/
package.yaml
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
61
62
63
64
65
name: smos-sync-client
version: 0.4.0
category: Smos
author: Tom Sydney Kerckhove
maintainer: [email protected]
copyright: ! 'Copyright: (c) 2019-2020 Tom Sydney Kerckhove'
license: MIT
homepage: https://github.com/NorfairKing/smos
dependencies:
- base
library:
source-dirs: src/
ghc-options: -Wall
build-tools: autoexporter
dependencies:
- aeson
- aeson-pretty
- bytestring
- containers
- cookie
- deepseq
- dirforest
- envparse
- filelock
- filepath
- hostname
- http-client
- http-client-tls
- http-types
- mergeful
- monad-logger
- mtl
- optparse-applicative
- path
- path-io
- persistent
- persistent-sqlite
- persistent-template
- pretty-show
- servant-auth-client
- servant-client
- smos-api
- smos-client
- smos-data
- smos-report
- text
- time
- unix
- unliftio
- validity
- validity-bytestring
- validity-containers
- validity-path
- validity-uuid
- yaml
- autodocodec
executables:
smos-sync-client:
main: Main.hs
source-dirs: app
dependencies:
- smos-sync-client