This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
imm.cabal
128 lines (119 loc) · 3.94 KB
/
imm.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
cabal-version: 2.2
name: imm
version: 2.1.3.0
synopsis: Execute arbitrary actions for each item from RSS/Atom feeds
description: Cf README file
homepage: https://github.com/k0ral/imm
license: CC0-1.0
license-file: LICENSE
author: kamaradclimber, koral
maintainer: [email protected]
category: Web
build-type: Simple
data-files: data/*.dhall
extra-source-files: README.md, *.nix, schema/*.json
tested-with: GHC <=9.6 && >=8.10
source-repository head
type: git
location: git://github.com/k0ral/imm.git
common common
build-depends: base >=4.7 && <5, relude
default-language: Haskell2010
mixins: base hiding (Prelude)
other-modules:
Prelude
library
import: common
exposed-modules:
Imm
Imm.Callback
Imm.Feed
Imm.HTTP
Imm.Link
Imm.Logger
Imm.Pretty
Imm.XML
URI.ByteString.Extended
other-modules:
Data.Aeson.Extended
build-depends:
aeson,
aeson-pretty,
atom-conduit >= 0.7,
conduit,
containers,
dhall >= 1.27,
directory >= 1.2.3.0,
filepath,
http-client,
microlens,
parsec,
parsers,
pipes,
pipes-bytestring,
prettyprinter >=1.7.0,
prettyprinter-ansi-terminal,
refined >=0.4.1,
rss-conduit >= 0.5.1,
safe,
safe-exceptions,
text,
time,
timerep >= 2.0.0.0,
typed-process,
uri-bytestring,
xml-conduit >= 1.5,
xml-types
hs-source-dirs: src/lib
ghc-options: -Wall -fno-warn-unused-do-bind
executable imm
import: common
build-depends: imm, aeson, async, beam-core, beam-sqlite, bytestring, chronos, conduit, containers, dhall >=1.27, directory, fast-logger, filepath, http-types, microlens, monad-time, optparse-applicative, prettyprinter-ansi-terminal, pipes, pipes-bytestring, pipes-http, safe, safe-exceptions, sqlite-simple, stm, stm-chans, streamly >=0.9, streamly-core, text, time, typed-process, uri-bytestring, xml-conduit >=1.5, xml-types
main-is: Main.hs
other-modules:
Alternate
Core
Database.Async
Database.Handle
Database.ReadOnly
Database.Record
Database.SQLite
HTTP
Input
Logger
Output
Paths_imm
XML
autogen-modules: Paths_imm
hs-source-dirs: src/main
ghc-options: -Wall -fno-warn-unused-do-bind -threaded
executable imm-monolith
import: common
build-depends: imm, aeson, bytestring, directory, filepath, optparse-applicative, prettyprinter >=1.7.0, safe-exceptions, text, time, typed-process, uri-bytestring
main-is: Main.hs
hs-source-dirs: src/monolith
ghc-options: -Wall -fno-warn-unused-do-bind -threaded
executable imm-writefile
import: common
build-depends: imm, aeson, blaze-html, blaze-markup, bytestring, directory, filepath, optparse-applicative, prettyprinter >=1.7.0, safe-exceptions, text, time, uri-bytestring
main-is: Main.hs
hs-source-dirs: src/write-file
ghc-options: -Wall -fno-warn-unused-do-bind -threaded
executable imm-sendmail
import: common
build-depends: imm, aeson, blaze-html, blaze-markup, bytestring, dhall >= 1.27, directory, filepath, mime-mail, optparse-applicative, prettyprinter >=1.7.0, refined, safe-exceptions, text, time, typed-process, uri-bytestring
main-is: Main.hs
hs-source-dirs: src/send-mail
ghc-options: -Wall -fno-warn-unused-do-bind -threaded
executable imm-wallabag
import: common
build-depends: imm, aeson, bytestring, dhall >= 1.27, optparse-applicative, prettyprinter >=1.7.0, refined, req, safe-exceptions, text, time, uri-bytestring
main-is: Main.hs
hs-source-dirs: src/wallabag
ghc-options: -Wall -fno-warn-unused-do-bind -threaded
executable imm-shiori
import: common
build-depends: imm, aeson, bytestring, dhall >= 1.27, optparse-applicative, prettyprinter >=1.7.0, refined, safe-exceptions, text, time, typed-process, uri-bytestring
main-is: Main.hs
hs-source-dirs: src/shiori
ghc-options: -Wall -fno-warn-unused-do-bind -threaded