forked from abarbu/csp-haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcsp.cabal
More file actions
23 lines (21 loc) · 761 Bytes
/
csp.cabal
File metadata and controls
23 lines (21 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Name: csp
Version: 1.0
Description: Constraint satisfaction problem (CSP) solvers
License: LGPL
License-file: LICENSE
Author: Andrei Barbu <andrei@0xab.com>
Maintainer: Andrei Barbu <andrei@0xab.com>
Category: Control, AI, Constraints, Failure, Monads
Build-Type: Simple
cabal-version: >= 1.6
synopsis:
Discrete constraint satisfaction problem (CSP) solvers.
extra-source-files: README.md
source-repository head
type: git
location: git://github.com/abarbu/csp-haskell.git
Library
Build-Depends: base >= 3 && < 5, mtl >= 2, containers, nondeterminism >= 1.1
Exposed-modules:
Control.Monad.CSP
ghc-options: -Wall