-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreactivegas.cabal
53 lines (50 loc) · 1.09 KB
/
reactivegas.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
name: reactivegas
version: 2021.11.5
license: BSD3
license-file: LICENSE
maintainer: Paolo Veronelli <[email protected]>
stability: unstable
category: social, p2p, cooperative
synopsis: social tool for group of consumers
description: ..
homepage: http://wiki.github.com/paolino/reactivegas
copyright: Copyright (c) 2010-2021 Paolo Veronelli
build-type: Simple
cabal-version: >=1.6
executable server
main-is: app/Main.hs
ghc-options: -Wall -XTypeOperators -O2 -threaded
library
ghc-options: -Wall -XTypeOperators -O2 -threaded
exposed-modules:
Server.Service
build-depends:
array
, base
, bytestring
, containers
, directory
, filemanip
, filepath
, haskeline
, HDBC
, HDBC-sqlite3 ==2.3.3.1
, HTTP
, MonadRandom
, mtl
, network ==2.6.0.0
, network-uri
, old-time
, pretty
, random
, RSA ==1.0.6.3
, SimpleAES ==0.4.2
, scgi
, split
, stm
, time
, transformers
, url
, utf8-string
, xhtml
-- MaybeT ,