-
Notifications
You must be signed in to change notification settings - Fork 3
/
restful-snap.cabal
54 lines (46 loc) · 1.38 KB
/
restful-snap.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: restful-snap
version: 0.4.2
description: A convention-based RESTful routing mechanism for snap
license: BSD3
license-file: LICENSE
author: Ozgun Ataman, Doug Beardsley
maintainer: [email protected]
copyright: Soostone Inc
category: Web, Snap
build-type: Simple
cabal-version: >=1.10
homepage: https://github.com/ozataman/restful-snap
extra-source-files:
changelog.md
source-repository head
type: git
location: https://github.com/ozataman/restful-snap.git
library
hs-source-dirs: src
default-language: Haskell2010
exposed-modules:
Snap.Restful
Snap.Restful.TH
build-depends:
base >= 4 && < 5,
blaze-builder >= 0.3,
bytestring >= 0.8,
containers >= 0.4,
data-default >= 0.5,
digestive-functors >= 0.6,
errors >= 2.0,
heist >= 0.14,
lens >= 3.8,
mtl >= 2.0,
old-locale >= 1.0,
readable >= 0.1,
snap >= 0.11,
snap-core >= 0.9,
snap-extras >= 0.11,
template-haskell >= 2.4,
text >= 0.11,
time >= 1.4,
time-locale-compat,
xmlhtml >= 0.2,
map-syntax
ghc-options: -Wall -fwarn-tabs