This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
darcsden.cabal
86 lines (75 loc) · 1.78 KB
/
darcsden.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
name: darcsden
version: 0.5
synopsis: darcs project hosting and collaboration
description:
A web and SSH server for hosting darcs projects and collaborating with
others.
.
See darcsden --readme for installation instructions.
cabal-version: >=1.6
build-type: Simple
license: GPL
license-file: LICENSE
author: Alex Suraci
maintainer: i.am@toogeneric.com
homepage: http://darcsden.com/
category: Web
source-repository head
type: darcs
location: http://darcsden.com/alex/darcsden
executable darcsden
hs-source-dirs: src
main-is: WebServer.hs
if impl(ghc >= 6.12)
ghc-options: -Wall -threaded -fno-warn-unused-do-bind
else
ghc-options: -Wall -threaded
build-depends:
{ base >= 4 && < 5
, base64-string
, blaze-html >= 0.4.0.0 && < 0.5
, bytestring
, CouchDB
, containers
, darcs >= 2.5.1
, directory
, filepath
, harp
, hashed-storage
, highlighter
, hsp >= 0.6 && < 0.7
, json
, mtl >= 2 && < 2.1
, old-locale
, old-time
, pandoc
, pcre-light
, pureMD5
, process
, random
, redis
, SHA
, ssh >= 0.2.6
, snap-core >= 0.4 && < 0.4.1
, snap-server >= 0.4 && < 0.4.1
, system-uuid
, split
, text
, time
, xhtml
, xml
}
executable darcsden-ssh
hs-source-dirs: src
main-is: SSHServer.hs
if impl(ghc >= 6.12)
ghc-options: -Wall -threaded -fno-warn-unused-do-bind
else
ghc-options: -Wall -threaded
executable darcsden-post-hook
hs-source-dirs: src
main-is: PostHook.hs
if impl(ghc >= 6.12)
ghc-options: -Wall -threaded -fno-warn-unused-do-bind
else
ghc-options: -Wall -threaded