-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
kowainik-site.cabal
84 lines (76 loc) · 2.85 KB
/
kowainik-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
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
cabal-version: 2.4
name: kowainik-site
version: 0.1.0.0
synopsis: Kowainik website
description: Kowainik website
homepage: https://github.com/kowainik/kowainik.github.io
bug-reports: https://github.com/kowainik/kowainik.github.io/issues
license: MPL-2.0
license-file: LICENSE
author: Kowainik
maintainer: Kowainik <[email protected]>
copyright: 2018-2022 Kowainik
category: Web
build-type: Simple
extra-doc-files: README.md
tested-with: GHC == 8.10.7
source-repository head
type: git
location: https://github.com/kowainik/kowainik.github.io.git
common common-options
build-depends: base ^>= 4.14.0.0
, relude ^>= 0.7.0.0
mixins: base hiding (Prelude)
, relude (Relude as Prelude)
ghc-options: -Wall
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-Wcompat
-Widentities
-Wredundant-constraints
-fhide-source-paths
-Wpartial-fields
-Wmissing-export-lists
-Wmissing-deriving-strategies
-Werror=missing-deriving-strategies
default-language: Haskell2010
default-extensions: DeriveGeneric
DerivingStrategies
GeneralizedNewtypeDeriving
LambdaCase
OverloadedStrings
RecordWildCards
ScopedTypeVariables
TypeApplications
library
import: common-options
hs-source-dirs: src
exposed-modules: Kowainik
Kowainik.Download
Kowainik.Feed
Kowainik.Nav
Kowainik.Project
Kowainik.Readme
Kowainik.Social
Kowainik.Team
build-depends: aeson
, bytestring
, directory
, filepath
, hakyll ^>= 4.13
, hakyll-shortcut-links ^>= 0.1.0.0
, http-client
, http-client-tls
, http-types
, pandoc >= 2.9
, pandoc-types
, text
, time
executable site
import: common-options
hs-source-dirs: app
main-is: Main.hs
build-depends: kowainik-site
ghc-options: -threaded
-rtsopts
-with-rtsopts=-N