aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-06-30 10:09:33 +0200
committerTom Smeding <tom@tomsmeding.com>2025-06-30 10:09:33 +0200
commitbff10fbf0812bb7c24cc7808af076cd53566f4f6 (patch)
tree01c83a42461984941946d1f3103b6853b2dd0155
parentcbf2aa66022235667474dbf6738a5b6823db4ac2 (diff)
Fix formatting in cabal file
-rw-r--r--ox-arrays.cabal4
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