aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-11-17 22:16:11 +0100
committerTom Smeding <tom@tomsmeding.com>2025-11-17 22:21:31 +0100
commitba798129655503d7e69de271d956cceaef4cef56 (patch)
treea906aaf03581060307a18d8347b8e4e5cef82a54 /ox-arrays.cabal
parent0766e22df98179ce7debb179e544716bccfbca24 (diff)
Provide explicit-length versions of fromList functions
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r--ox-arrays.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index dcc50c3..ccebc33 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -80,6 +80,7 @@ library
Data.Array.Strided.Orthotope
Data.Array.XArray
Data.Bag
+ Data.Vector.Generic.Checked
if impl(ghc < 9.8)
exposed-modules:
@@ -104,7 +105,8 @@ library
ghc-typelits-knownnat,
ghc-typelits-natnormalise,
orthotope < 0.2,
- vector
+ vector,
+ vector-stream
hs-source-dirs: src
library strided-array-ops