Tensor-1.1.0.2: Tensor.cabal
name: Tensor
version: 1.1.0.2
synopsis: Tensor data types
description:
This package contains tensor data types and their instances for some basic
type classes.
homepage: https://github.com/svenpanne/Tensor
bug-reports: https://github.com/svenpanne/Tensor/issues
license: BSD3
license-file: LICENSE
author: Sven Panne
maintainer: Sven Panne <svenpanne@gmail.com>
category: Data
build-type: Simple
tested-with:
GHC == 7.0.4
GHC == 7.2.2
GHC == 7.4.2
GHC == 7.6.3
GHC == 7.8.4
GHC == 7.10.3
GHC == 8.0.2
GHC == 8.2.2
GHC == 8.4.3
GHC == 8.6.1
GHC == 8.7.*
cabal-version: >= 1.10
library
exposed-modules: Data.Tensor
build-depends: base >= 3 && < 5
default-language: Haskell2010
other-extensions:
CPP
DeriveDataTypeable
hs-Source-Dirs: src
ghc-options: -Wall
if impl(ghc > 8)
ghc-options: -Wcompat
source-repository head
type: git
location: https://github.com/svenpanne/Tensor.git