diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-05-26 00:11:00 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-05-26 00:11:00 +0200 |
commit | 34a9ac8e4497e776c3ca499c41ef749f4edf8383 (patch) | |
tree | f2b2e34d830d66d23ae19909c71771e810c262d0 /ox-arrays.cabal | |
parent | 85593969debadbf11ad3c159de71e7b480ca367c (diff) |
Refactor C interface to pass operation as enum
This is hmatrix style, less proliferation of functions as the number of
ops increases
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index af985f4..875c54e 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -13,6 +13,7 @@ library 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, |