-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhurricane.cabal
More file actions
37 lines (32 loc) · 815 Bytes
/
hurricane.cabal
File metadata and controls
37 lines (32 loc) · 815 Bytes
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: Hurricane
Version: 0.0
Cabal-Version: >= 1.2
License: OtherLicense
Author: Ankur Goyal
Maintainer: ankrgyl@gmail.com
Homepage: http://www.github.com/ankrgyl/hurricane
Synopsis: A Tornado inspired Warp powered web framework
Category: Web
Build-Type: Simple
Library
Build-Depends:
base >= 4,
warp >= 0.4.0,
wai >= 0.4.0,
wai-app-static >= 0.2.0,
http-types >= 0.6.4,
text >= 0.11.0.6,
bytestring >= 0.9.1.10,
hashmap >= 1.2.0.0,
enumerator >= 0.4.10,
blaze-builder >= 0.3.0.0,
mtl >= 2.0.1.0,
filepath >= 1.2.0.0,
directory >= 1.1.0.0
Exposed-modules:
Hurricane.Web,
Hurricane.Application
ghc-options: -Wall
source-repository head
type: git
location: git@github.com:ankrgyl/hurricane.git