generated from ChrisPenner/slick-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
37 lines (33 loc) · 876 Bytes
/
package.yaml
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: academic-soup
version: 0.1.1.0
github: "Surobaki/academic-soup"
license: BSD3
author: "Olivia Hartley Weston"
maintainer: "[email protected]"
copyright: "2022 Olivia Hartley Weston"
extra-source-files:
- README.md
- ChangeLog.md
synopsis: My personal website built using Slick.
category: Slick-Site
description: Quite static multi-page website built on top of the Slick static site generator and deployed on Firebase.
executables:
build-site:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -Wall
dependencies:
- base >= 4.7 && < 5
- shake
- slick
- text
- containers
- unordered-containers
- lens
- aeson
- lens-aeson
- time