-
Notifications
You must be signed in to change notification settings - Fork 0
/
boxpub.cabal
58 lines (53 loc) · 1.95 KB
/
boxpub.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
cabal-version: 2.4
name: boxpub
version: 2.0.0.0
synopsis: epub generator from aggregator sites
license: NONE
author: Edmund Wu
maintainer: [email protected]
homepage: https://git.sr.ht/~eadwu/boxpub
bug-reports: https://todo.sr.ht/~eadwu/boxpub
data-dir: data
data-files: sanitize.lua
, stylesheet.css
, Arvo/*.ttf
, Arvo/OFL.txt
source-repository head
type: git
location: https://git.sr.ht/~eadwu/boxpub
executable boxpub
main-is: Main.hs
ghc-options: -threaded
-rtsopts
-with-rtsopts=-N
build-depends: base
, text
, pandoc
, scalpel ^>=0.6.0
, filepath
, unliftio
, directory
, temporary
, bytestring
, containers
, http-client
, data-default
, doctemplates
, http-client-tls
, optparse-applicative
other-modules: Paths_boxpub
, Boxpub.Client
, Boxpub.Client.Parser
, Boxpub.Client.Provider
, Boxpub.Client.ProviderType
, Boxpub.Client.Provider.BoxNovel
, Boxpub.Client.Provider.MachineNovelTranslation
, Boxpub.Client.Provider.NovelPlanet
, Boxpub.Client.Provider.WuxiaWorld
, Boxpub.EPUB
, Boxpub.EPUB.Filters
, Boxpub.EPUB.Metadata
, Boxpub.Internal.FileSystem
hs-source-dirs: src
default-language: Haskell2010
default-extensions: OverloadedStrings