prolog-0.3.1: prolog.cabal
Name: prolog
Version: 0.3.1
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