aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2025-12-27 17:53:33 +0100
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2025-12-27 17:53:33 +0100
commit490af8b23ee335b4acc81c50335adbbab03e402a (patch)
tree141bca87507e9f087101842e14824eb7aa9dd84d /ox-arrays.cabal
parent1f44ef9ce2e6cee4f71b044ffe0b01cd37603790 (diff)
Make library strided-array-ops public
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r--ox-arrays.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index 59335f6..bd0c7a2 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -97,7 +97,7 @@ library
cpp-options: -DOXAR_DEFAULT_SHOW_INSTANCES
build-depends:
- strided-array-ops,
+ ox-arrays:strided-array-ops,
base,
deepseq < 1.7,
@@ -110,6 +110,7 @@ library
library strided-array-ops
import: basics
+ visibility: public
exposed-modules:
Data.Array.Strided
Data.Array.Strided.Array
@@ -178,7 +179,7 @@ benchmark bench
main-is: Main.hs
build-depends:
ox-arrays,
- strided-array-ops,
+ ox-arrays:strided-array-ops,
base,
hmatrix,
orthotope,