-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmgsloan-site.cabal
37 lines (35 loc) · 1.22 KB
/
mgsloan-site.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
name: mgsloan-site
version: 3.0.0
synopsis: Static site generator for mgsloan's personal blog
homepage: https://mgsloan.com
author: Ruud van Asseldonk <[email protected]>
Michael Sloan <[email protected]>
copyright: Ruud van Asseldonk 2015
Michael Sloan 2018
license: GPL-3
license-file: license
build-type: Simple
cabal-version: >= 1.10
executable mgsloan-site
main-is: Main.hs
hs-source-dirs: src
other-modules: Html, Image, Minification, Post, Template, Type, Mode, Util, Page
default-language: Haskell2010
-- For the run time options, use 4 threads (-N4), and use a heap of 256 MiB
-- (-H). These settings were found to be optimal by running ghc-gc-tune.
ghc-options: -Wall -fwarn-tabs -O3 -threaded -rtsopts "-with-rtsopts=-N4 -A8388608 -H268435456"
build-depends: async
, base
, containers
, directory
, filepath
, hashable
, JuicyPixels
, network-uri
, pandoc
, process
, shelly
, tagsoup
, text
, time
, skylighting