aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-05-30 11:58:40 +0200
committerTom Smeding <tom@tomsmeding.com>2024-05-30 11:58:40 +0200
commita65306ba5d80891b20ac86fa3a3242f9497751e6 (patch)
tree834af370556a46bbeca807a92c31bef098b47a89 /ox-arrays.cabal
parentd8e2fcf4ea979fe272db48fc2889f4c2636c50d7 (diff)
Refactor Mixed (modules, regular function names)
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r--ox-arrays.cabal13
1 files changed, 9 insertions, 4 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index e53815e..2356e72 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -10,12 +10,16 @@ extra-source-files: cbits/arith_lists.h
library
exposed-modules:
Data.Array.Mixed
+ Data.Array.Mixed.Internal.Arith
+ Data.Array.Mixed.Internal.Arith.Foreign
+ Data.Array.Mixed.Internal.Arith.Lists
+ Data.Array.Mixed.Internal.Arith.Lists.TH
+ Data.Array.Mixed.Lemmas
+ Data.Array.Mixed.Permutation
+ Data.Array.Mixed.Shape
+ Data.Array.Mixed.Types
Data.Array.Nested
Data.Array.Nested.Internal
- Data.Array.Nested.Internal.Arith
- Data.Array.Nested.Internal.Arith.Foreign
- Data.Array.Nested.Internal.Arith.Lists
- Data.Array.Nested.Internal.Arith.Lists.TH
build-depends:
base >=4.18 && <4.20,
deepseq,
@@ -38,6 +42,7 @@ test-suite test
other-modules:
Gen
Tests.C
+ Tests.Mixed
Util
build-depends:
ox-arrays,