-
Notifications
You must be signed in to change notification settings - Fork 5
/
gitstar.cabal
38 lines (34 loc) · 964 Bytes
/
gitstar.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
Name: gitstar
Version: 0.1.3
build-type: Simple
License: GPL-2
License-File: LICENSE
Author: HAils team
Maintainer: Hails team <hails at scs.stanford dot edu>
Stability: experimental
Synopsis: Simple GitStar project manager
Category: Web
Cabal-Version: >= 1.6
Description:
GitStar project manager app
X-Hails-Server: Gitstar
Executable gitstar-manager
Main-is: Main.hs
ghc-options: -package ghc -Wall -fno-warn-orphans -fno-warn-unused-do-bind
Build-Depends: base <6
, gitstar-policy
, hails
, lio
, containers
, bytestring
, binary
, bson
, transformers
, base64-bytestring
, filepath
, http-types
, aeson
, text
, blaze-html
, warp
, wai-extra