forked from Erdwolf/prolog
-
Notifications
You must be signed in to change notification settings - Fork 6
/
prolog.cabal
40 lines (36 loc) · 1.08 KB
/
prolog.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: prolog
Version: 0.3.2
Synopsis: A Prolog interpreter written in Haskell.
Description: A Prolog interpreter written in Haskell. Implements a subset of the Prolog language.
License: PublicDomain
Author: Matthias Bartsch
Maintainer: Marcel Fourné (haskell@marcelfourne.de)
Category: Language
Build-type: Simple
Cabal-version: >=1.10
Library
Exposed-modules: Language.Prolog
Language.Prolog.IsString
Language.Prolog.Quote
Other-modules: Prolog
Interpreter
Database
Unifier
Parser
Syntax
IsString
Quote
Hs-Source-Dirs: src
Default-Language: Haskell98
Build-depends:
base >=4 && <5,
parsec >= 3.1.1,
syb >= 0.3,
mtl >= 2.0.1.0,
containers,
template-haskell,
th-lift >=0.5.3,
transformers >=0.2.2.0
source-repository head
type: git
location: https://github.com/mfourne/prolog