diff options
-rw-r--r-- | ox-arrays.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 7a84d14..be4bb03 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -6,7 +6,7 @@ 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. See the README. - . + If you use this package: let me know (e.g. via email) if you find it useful! Both positive feedback (keep this!) and negative feedback (I needed this but ox-arrays doesn't provide it) is welcome. @@ -25,7 +25,7 @@ flag trace-wrappers Compile modules that define wrappers around the array methods that trace their arguments and results. This is conditional on a flag because these modules make documentation generation fail. - (https://gitlab.haskell.org/ghc/ghc/-/issues/24964 , should be fixed in + (@https://gitlab.haskell.org/ghc/ghc/-/issues/24964@ , should be fixed in GHC 9.12) default: False manual: True |