diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2025-05-13 20:11:16 +0200 | 
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2025-05-13 20:11:16 +0200 | 
| commit | 978919b5be0fe74f5da1e071e97557d2e30f0ad2 (patch) | |
| tree | f2eb88af372508bb85bc0b0693d5a60d05ba2cb5 | |
| parent | 0322ee0602760af914e23a2d39584bd4622c7aff (diff) | |
Update copyright info in cabal file
| -rw-r--r-- | ox-arrays.cabal | 10 | 
1 files changed, 7 insertions, 3 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index c46e216..d47cdfa 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -2,9 +2,13 @@ cabal-version:   3.0  name:            ox-arrays  version:         0.1.0.0  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. -author:          Tom Smeding -maintainer:      Tom Smeding +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. +copyright:       (c) 2025 Tom Smeding, Mikolaj Konarski +author:          Tom Smeding, Mikolaj Konarski +maintainer:      Tom Smeding <xhackage@tomsmeding.com>  license:         BSD-3-Clause  category:        Array, Tensors  build-type:      Simple  | 
