packages feed

ContextAlgebra-1.0.0.0: ContextAlgebra.cabal

-- 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:            Implementation of the context algebra.
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