algebraic-0.1.0.2: algebraic.cabal
-- Initial algebraic.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: algebraic
version: 0.1.0.2
synopsis: General linear algebra structures.
-- description:
license: BSD3
license-file: LICENSE
author: Wojciech Danilo
maintainer: Wojciech Danilo <wojciech.danilo@gmail.com>
stability: experimental
homepage: https://github.com/wdanilo/algebraic
bug-reports: https://github.com/wdanilo/algebraic/issues
copyright: Copyright (C) 2014 Wojciech Danilo
category: Math, Algebra
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
Hs-Source-Dirs: src
exposed-modules: Math.Constants,
Math.Coordinate,
Math.Metric,
Math.Linear.Epsilon,
Math.Metric.Euclidean,
Math.Metric.Discrete,
Math.Metric.Taxicab,
Math.Metric.Minkowski,
Math.Metric.Chebyshev,
Math.Metric.Metric,
Math.Coordinate.BiPolar2Center,
Math.Coordinate.Coordinate,
Math.Coordinate.Elliptic,
Math.Coordinate.BiAngular,
Math.Coordinate.LogPolar,
Math.Coordinate.Polar,
Math.Coordinate.Parabolic,
Math.Coordinate.Cartesian,
Math.Coordinate.UV,
Math.Coordinate.BiPolar,
Math.Space.Space,
Math.Space.MetricSpace
-- other-modules:
default-extensions: MultiParamTypeClasses,
FlexibleInstances,
FlexibleContexts
other-extensions: NoMonomorphismRestriction,
FunctionalDependencies,
GADTs,
UndecidableInstances,
OverlappingInstances,
TypeFamilies,
ConstraintKinds
build-depends: base >=4.6 && <4.8,
accelerate
-- hs-source-dirs:
default-language: Haskell2010