-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
37 lines (33 loc) · 727 Bytes
/
package.yaml
File metadata and controls
37 lines (33 loc) · 727 Bytes
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: slick-template
version: 0.1.0.0
github: "Me/my-site"
license: BSD3
author: "Me"
maintainer: "example@example.com"
copyright: "20XX Me"
extra-source-files:
- README.md
- ChangeLog.md
synopsis: My site built with slick!
category: Slick-Site
description: My slick Site
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