diff options
| -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 | 
