aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-05-27 23:06:29 +0200
committerTom Smeding <tom@tomsmeding.com>2025-05-27 23:06:29 +0200
commit01d97e1ee98a2c4d47641b2d09195477e57326e0 (patch)
tree81d483b4108edd958396dd68c557f39e793a002b
parent29ea7b8772d3aeb25e520753346cf68d7bbb8174 (diff)
Point to the README from the package description
-rw-r--r--ox-arrays.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index 3834f2e..7af096c 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -5,7 +5,7 @@ synopsis: An efficient CPU-based multidimensional array (tensor) library
description:
An efficient and richly typed CPU-based multidimensional array (tensor)
library built upon the optimized tensor representation (strides list)
- implemented in the orthotope package.
+ implemented in the orthotope package. See the README.
copyright: (c) 2025 Tom Smeding, Mikolaj Konarski
author: Tom Smeding, Mikolaj Konarski
maintainer: Tom Smeding <xhackage@tomsmeding.com>