packages feed

manifolds-core-0.4.5.0: manifolds-core.cabal

-- Initial manifolds-core.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                manifolds-core
version:             0.4.5.0
synopsis:            The basic classes for the manifolds hierarchy.
description:         The basic classes for the
                     <http://hackage.haskell.org/package/manifolds manifolds> hierarchy.
homepage:            https://github.com/leftaroundabout/manifolds
license:             GPL-3
license-file:        LICENSE
author:              Justus Sagemüller
maintainer:          (@) jsagemue $ uni-koeln.de
-- copyright:           
category:            Math
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Math.Manifold.Core.Types
                       , Math.Manifold.Core.PseudoAffine
                       , Math.Manifold.VectorSpace.ZeroDimensional
  other-modules:       Math.Manifold.Core.Types.Internal
  other-extensions:    FlexibleInstances, UndecidableInstances, ExplicitNamespaces, TypeFamilies, FunctionalDependencies, FlexibleContexts, GADTs, RankNTypes, TupleSections, ConstraintKinds, PatternGuards, TypeOperators, ScopedTypeVariables, RecordWildCards, DataKinds, StandaloneDeriving, DefaultSignatures, UnicodeSyntax, MultiWayIf
  build-depends:       base >=4.5 && <5
                       , vector-space >=0.11
                       , tagged
                       , call-stack
  -- hs-source-dirs:      
  default-language:    Haskell2010