forked from jaspervdj/jaspervdj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jaspervdj.cabal
28 lines (26 loc) · 863 Bytes
/
jaspervdj.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
Name: jaspervdj
Version: 0.1.0.0
Synopsis: Personal website of Jasper Van der Jeugt
Description: Personal website of Jasper Van der Jeugt
Homepage: http://jaspervdj.be/
License: AllRightsReserved
License-file: LICENSE
Author: Jasper Van der Jeugt
Maintainer: m@jaspervdj.be
Copyright: (C) 2013 Jasper Van der Jeugt
Category: Web
Build-type: Simple
Extra-source-files: README.markdown
Cabal-version: >= 1.8
Executable jaspervdj
Main-is: Main.hs
Ghc-options: -Wall
Hs-source-dirs: src
Build-depends:
base >= 4.6 && < 4.9,
binary >= 0.5 && < 0.8,
directory >= 1.2 && < 1.3,
filepath >= 1.3 && < 1.5,
hakyll >= 4.7 && < 4.8,
pandoc >= 1.14 && < 1.16,
process >= 1.1 && < 1.3