diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2025-05-12 17:52:45 +0200 | 
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2025-05-12 17:52:45 +0200 | 
| commit | b884f6380c6670b4e9074a35a65a0da7b9fa3b23 (patch) | |
| tree | 2f413b8a3d159e3983c27c02e180d53efb8ddad0 | |
| parent | 6e004613855a332364e21b2c5616b6752002458a (diff) | |
Satisfy 'cabal check' a bit more
| -rw-r--r-- | ox-arrays.cabal | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 243dcd8..139a2ff 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -4,6 +4,7 @@ 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  license:         BSD-3-Clause  category:        Array, Tensors  build-type:      Simple @@ -156,3 +157,7 @@ benchmark bench    hs-source-dirs: bench    default-language: Haskell2010    ghc-options: -Wall + +source-repository head +  type: git +  location: https://git.tomsmeding.com/ox-arrays | 
