-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdikmax-name.cabal
110 lines (106 loc) · 2.68 KB
/
dikmax-name.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: c7f98cac167319f21ae0dbe8f1fb76335377e7a58d840f403484cd558be1c2f7
name: dikmax-name
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/githubuser/dikmax-name#readme>
homepage: https://github.com/githubuser/dikmax-name#readme
bug-reports: https://github.com/githubuser/dikmax-name/issues
author: Author name here
maintainer: [email protected]
copyright: 2019 Author name here
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/githubuser/dikmax-name
executable dikmax.name
main-is: Main.hs
other-modules:
Collections
Compress
Config
Images
JsonLD
Lib
Lucid.AMP
Lucid.Atom
Lucid.Html5Extra
Lucid.Sitemap
Lucid.Svg
Lucid.Svg.Attributes
Lucid.Svg.Elements
Lucid.Svg.Path
Map
Media
Rules
Server
Template
Template.Common
Template.Layout
Template.Navigation
Template.Page.About
Template.Page.Archive
Template.Page.Feed
Template.Page.Index
Template.Page.List
Template.Page.Map
Template.Page.NotFound
Template.Page.Post
Template.Page.Service
Template.Page.Sitemap
Template.PostList
Template.Subscribe
Template.SvgFlags
Template.SvgFlags.Croatia
Template.SvgFlags.Moldova
Template.SvgFlags.Spain
Template.SvgIcons
Text.Pandoc.Binary
Text.Pandoc.Lens
Text.Pandoc.LucidWriter
Text.Pandoc.Utils
Types
Paths_dikmax_name
hs-source-dirs:
src
default-extensions:
NoImplicitPrelude, OverloadedStrings
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
JuicyPixels >=3.3.3 && <3.4
, JuicyPixels-extra ==0.6.*
, aeson ==2.2.*
, base >=4.7 && <5
, base64-bytestring ==1.*
, basic-prelude ==0.7.*
, binary >=0.7 && <0.9
, bytestring ==0.12.*
, containers ==0.6.*
, cryptohash ==0.11.*
, data-default ==0.7.*
, directory ==1.3.*
, filepath ==1.4.*
, hashable ==1.4.*
, lens ==5.3.*
, lucid ==2.11.*
, mtl ==2.3.*
, network-uri >=2.6 && <3
, pandoc ==3.6.*
, pandoc-types ==1.23.*
, process ==1.6.*
, regex-posix >=0.95 && <1.0
, shake ==0.19.*
, text ==2.1.*
, time ==1.12.*
, unordered-containers ==0.2.*
, utf8-string ==1.0.*
, vector ==0.13.*
, yaml ==0.11.*
default-language: Haskell2010