-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContextAlgebra.cabal
25 lines (23 loc) · 1.13 KB
/
ContextAlgebra.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
-- Initial ContextAlgebra.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: ContextAlgebra
version: 1.0.0.0
-- synopsis:
description: Implementation of the context algebra published in dissertation: Context Algebra applied to Spatial Concepts
homepage: https://github.com/juergenhah/ContextAlgebra
license: BSD3
license-file: LICENSE
author: Jürgen Hahn
maintainer: hahn@geoinfo.tuwien.ac.at
-- copyright:
category: Math
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable ContextAlgebra
main-is: Main.hs
-- other-modules:
other-extensions: ScopedTypeVariables, TypeSynonymInstances, FlexibleInstances, MultiParamTypeClasses, FlexibleContexts
build-depends: base >=4.8 && <4.9, multiset >=0.3 && <0.4, criterion >=1.1 && <1.2, QuickCheck >=2.8 && <2.9, containers >=0.5 && <0.6, vector >=0.11 && <0.12, statistics >=0.13 && <0.14
hs-source-dirs: src
default-language: Haskell2010