-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
71 lines (70 loc) · 1.47 KB
/
package.yaml
File metadata and controls
71 lines (70 loc) · 1.47 KB
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
name: josh-at-artemis
version: 0.3
executables:
site:
main: Main.hs
ghc-options: [-threaded, -with-rtsopts=-N]
source-dirs:
- src
other-modules:
- Site
- Site.Compiler
- Site.Config
- Site.Context
- Site.Identifier
- Site.Layout
- Site.Pattern
- Site.Pattern.Directory
- Site.Pattern.Extension
- Site.Routes
- Site.Rules
- Site.Template
- Data.Map.Set
- Hakyll.Core
- Hakyll.Core.Compiler.Empty
- Hakyll.Core.Compiler.Overridable
- Hakyll.Core.Identifier.Pattern.Singleton
- Hakyll.Core.Item.Empty
- Hakyll.Core.Item.Sort
- Hakyll.Core.Metadata.Maybe
- Hakyll.Core.Routes.Parent
- Hakyll.Core.Rules.Singleton
- Hakyll.Core.Config
- Hakyll.Web
- Hakyll.Web.Breadcrumb
- Hakyll.Web.Extensionless
- Hakyll.Web.FileType
- Hakyll.Web.Glyphs
- Hakyll.Web.Header
- Hakyll.Web.Icon
- Hakyll.Web.Layout
- Hakyll.Web.Menu
- Hakyll.Web.Pandoc.Style
- Hakyll.Web.Sass.HotReload
- Hakyll.Web.Slug
- Hakyll.Web.Viewer
- Hakyll.Web.Wallpaper
dependencies:
- base
- binary
- containers
- hakyll
- hakyll-sass
- hakyll-images
- pandoc
- aeson
- bytestring
- filepath
- blaze-html
- blaze-markup
- text
- text-conversions
- monad-loops
- MissingH
- transformers
- mtl
- wai-app-static
- mime-types
- directory
- tagsoup
- process