-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
airput.cabal
96 lines (92 loc) · 2.09 KB
/
airput.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: airput
version: 0.0.0.0
synopsis: CLI tool for populating Airsequel with data.
description: For more information check out the readme.
category: Web
homepage: https://github.com/Airsequel/Airput#readme
author: Adrian Sieber
maintainer: [email protected]
copyright: Adrian Sieber
license: AGPL-3.0-or-later
build-type: Simple
extra-source-files:
readme.md
library
exposed-modules:
Lib
other-modules:
Paths_airput
autogen-modules:
Paths_airput
hs-source-dirs:
source
default-extensions:
ImportQualifiedPost
LambdaCase
NoImplicitPrelude
OverloadedRecordDot
OverloadedStrings
RecordWildCards
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-warn-orphans
build-depends:
aeson
, aeson-pretty
, base
, bytestring
, directory
, filepath
, http-client
, http-client-tls
, http-link-header
, http-types
, network-uri
, optparse-applicative
, protolude
, raw-strings-qq
, text
, time
, vector
default-language: GHC2021
executable airput
main-is: Main.hs
other-modules:
Airsequel
FileUploader
Types
Utils
Paths_airput
autogen-modules:
Paths_airput
hs-source-dirs:
app
default-extensions:
ImportQualifiedPost
LambdaCase
NoImplicitPrelude
OverloadedRecordDot
OverloadedStrings
RecordWildCards
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-warn-orphans
build-depends:
aeson
, aeson-pretty
, base
, bytestring
, directory
, filepath
, http-client
, http-client-tls
, http-link-header
, http-types
, network-uri
, optparse-applicative
, protolude
, raw-strings-qq
, text
, time
, vector
default-language: GHC2021