-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathp117.cabal
40 lines (39 loc) · 1.44 KB
/
p117.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
Name: p117
Version: 0.0
Cabal-Version: >= 1.4
Author: Evgeny Tarasov
Build-type: Simple
Copyright: 2011 Evgeny Tarasov
License: GPL
Maintainer: [email protected]
Stability: Experimental
Synopsis: Simle knowledge base similar to mindmaps
Category: Application
Executable p117
Build-Depends: base >=4 && <5,
happstack-server >=7.4 && <7.5,
mtl >= 1.1,
safe >= 0.3,
network >= 2.2 && < 3,
hsyslog >= 1.4 && < 2.1,
blaze-html >= 0.6 && < 0.9,
blaze-markup >= 0.5 && < 0.8,
HDBC == 2.4.*,
HDBC-sqlite3 == 2.3.*,
containers >= 0.5 && < 0.6,
monad-control == 1.0.*,
json >= 0.4 && < 1.0,
lifted-base >= 0.2 && < 0.3
Main-Is: Main.hs
Other-modules: P117.MainPage
P117.MainPage.Tree
P117.Utils
P117.DBAccess
P117.MainPage.AddPage
P117.MainPage.EditPage
P117.MainPage.CopyPage
P117.MainPage.DeletePage
P117.MainPage.AddPredicatePage
P117.Types
Hs-Source-Dirs: src
Ghc-Options: -threaded -Wall -fno-warn-unused-do-bind