-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmosg.cabal
48 lines (46 loc) · 1.1 KB
/
mosg.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
name: mosg
version: 1.0
cabal-version: >= 1.2
build-type: Simple
license: GPL
license-file: LICENSE
synopsis: First-order logic reasoning in natural language.
executable semantics.fcgi
build-depends: base,
old-time,
directory,
containers,
pretty,
unix,
cgi >= 3001.1.7.0,
fastcgi >= 3001.0.2.1,
json >= 0.3.3,
utf8-string >= 0.3.1.1,
gf >= 3.0
main-is: SemanticsService.hs
other-modules:
Inter
FOL
FastCGIUtils
Syntax
Input
Sem
ghc-options: -threaded
executable reasoning.fcgi
build-depends: base,
old-time,
directory,
containers,
unix,
cgi >= 3001.1.7.0,
fastcgi >= 3001.0.2.1,
json >= 0.3.3,
utf8-string >= 0.3.1.1,
gf >= 3.0,
folkung
main-is: SemanticsService.hs
other-modules:
FOL
FastCGIUtils
ReasonFolkung
ghc-options: -threaded