File: Tensor.cabal

package info (click to toggle)
haskell-tensor 1.0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 64 kB
  • sloc: haskell: 235; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Tensor
version: 1.0.0.1
license: BSD3
license-file: LICENSE
maintainer: Sven Panne <sven.panne@aedion.de>
bug-reports: mailto:hopengl@haskell.org
homepage: http://www.haskell.org/HOpenGL/
category: Data
synopsis: Tensor data types
description:
   This package contains tensor data types and their instances for some basic
   type classes.
build-type: Simple
exposed-modules: Data.Tensor
hs-Source-Dirs: src
ghc-options: -Wall
build-depends: base >= 3 && < 5