forked from project-diamond/project-diamond.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
website.cabal
24 lines (23 loc) · 788 Bytes
/
website.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
name: website
version: 0.1.0.0
synopsis: Hakyll based site of Project Diamond.
description: Please see README.md
homepage: https://github.com/project-diamond/website#readme
license: BSD3
license-file: LICENSE
author: Project Diamond
maintainer: ppk@cse.iitk.ac.in
copyright: 2016 Project Diamond
category: Web
build-type: Simple
cabal-version: >=1.10
executable website
main-is: site.hs
default-language: Haskell2010
ghc-options: -threaded
other-modules: Config
, Website.News
, Website.Utils
build-depends: base == 4.*,
hakyll,
filepath