diff options
| author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-12-27 17:53:33 +0100 |
|---|---|---|
| committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-12-27 17:53:33 +0100 |
| commit | 490af8b23ee335b4acc81c50335adbbab03e402a (patch) | |
| tree | 141bca87507e9f087101842e14824eb7aa9dd84d /ox-arrays.cabal | |
| parent | 1f44ef9ce2e6cee4f71b044ffe0b01cd37603790 (diff) | |
Make library strided-array-ops public
Diffstat (limited to 'ox-arrays.cabal')
| -rw-r--r-- | ox-arrays.cabal | 5 |
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, |
