forked from jaspervdj/jaspervdj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjaspervdj.cabal
29 lines (27 loc) · 893 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
29
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: [email protected]
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 && < 5,
binary >= 0.5 && < 0.9,
directory >= 1.2 && < 1.4,
filepath >= 1.3 && < 1.5,
hakyll >= 4.10 && < 4.13,
pandoc >= 2.0 && < 2.6,
process >= 1.6 && < 1.7,
text >= 1.2 && < 1.3