-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMathyl.cabal
68 lines (62 loc) · 2.05 KB
/
Mathyl.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
cabal-version: 3.0
name: Mathyl
version: 1.0.0
synopsis: Static Site Generator with extensive LaTeX support
homepage:
license: MIT
license-file: LICENSE
author: lucalabs-de
maintainer: [email protected]
category: Web
extra-source-files:
CHANGELOG.md
README.md
executable mathyl
main-is: Main.hs
other-modules: Util.Helpers
, Util.FileHelpers
, Util.MathHelpers
, Util.Files
, Logging.Logger
, Logging.Messages
, Compilers.Templates
, Compilers.BlogCompiler
, Compilers.MathCompiler
, Compilers.TikzCompiler
, Compilers.LinkCompiler
, Settings.Options
, Compilers.Post
, Conversion.PdfConverter
, Parsers.CliParser
, Parsers.MetadataParser
, Parsers.MustachePartialParser
, Paths_Mathyl
build-depends: base
, mtl
, aeson
, exceptions
, optparse-applicative
, stache
, text
, pandoc
, pandoc-types
, temporary
, directory
, containers
, filepath
, file-embed
, bytestring
, process
, megaparsec
, parser-combinators
, utf8-string
, gi-poppler
, gi-cairo-connector
, gi-cairo-render
, gi-cairo
, quickjs-hs
, ansi-terminal
hs-source-dirs: app
default-language: Haskell2010
default-extensions: FlexibleContexts
ghc-options: -Wall