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>2026-01-31 13:39:04 +0100
commitf06186b2005ca2b939c219f23ebefe7d4ea5eb99 (patch)
treef064f405aa2b0562a934264fdc822e0b619e0b3e /ox-arrays.cabal
parent46be8f385978a367f27c0c2f73629ebf8e42857e (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 ff35b02..0577b15 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -98,7 +98,7 @@ library
cpp-options: -DOXAR_DEFAULT_SHOW_INSTANCES
build-depends:
- strided-array-ops,
+ ox-arrays:strided-array-ops,
base,
deepseq < 1.7,
@@ -113,6 +113,7 @@ library
library strided-array-ops
import: basics
+ visibility: public
exposed-modules:
Data.Array.Strided
Data.Array.Strided.Array
@@ -181,7 +182,7 @@ benchmark bench
main-is: Main.hs
build-depends:
ox-arrays,
- strided-array-ops,
+ ox-arrays:strided-array-ops,
base,
hmatrix,
orthotope,