-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog.cabal
54 lines (46 loc) · 1.24 KB
/
blog.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Name: blog
Version: 0.0.1
License: BSD2
License-File: LICENSE
Author: Jonn Mostovoy
Synopsis: CLI to instantiate/publish hakyll posts
Description:
A turtle script to instantiate hakyll posts remotely
Cabal-Version: >=1.10
Build-Type: Simple
Data-Files: blog.hs
Library
Build-Depends: base,
directory,
extensible-exceptions,
turtle,
mtl,
containers,
text,
time,
process,
unix,
filepath
Hs-Source-Dirs: src
GHC-Options: -Wall
Exposed-Modules: Blog
Other-Modules: Paths_blog,
Haskonf,
System.Environment.FindBin
Executable blog
Build-Depends: base,
directory,
turtle,
mtl,
extensible-exceptions,
containers,
text,
time,
blog,
process,
unix,
filepath
Hs-source-dirs: src
GHC-Options: -Wall
Main-is: Main.hs
Other-Modules: Paths_blog