packages feed

manifold-random-0.1.1.0: manifold-random.cabal

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

name:                manifold-random
version:             0.1.1.0
synopsis:            Sampling random points on general manifolds.
-- description:         
homepage:            https://github.com/leftaroundabout/manifolds
license:             GPL-3
license-file:        LICENSE
author:              Justus Sagemüller
maintainer:          (@) sagemueller $ geo.uni-koeln.de
-- copyright:           
category:            Math
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

source-Repository head
    type: git
    location: git://github.com/leftaroundabout/manifolds.git

library
  exposed-modules:     Data.Random.Manifold
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <4.9
                       , random-fu >=0.2 && <0.3
                       , manifolds >=0.1.5 && < 0.2
                       , vector-space
  -- hs-source-dirs:      
  default-language:    Haskell2010