diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-06-03 18:49:08 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-06-03 19:24:48 +0200 |
commit | 30d5f7a84c5bf516785a95de51cd0176367df450 (patch) | |
tree | 0543c7761fc216b911a2e9077c5ef2e4ace224ce /ox-arrays.cabal | |
parent | cc193feee38429e1a853cc23365b95e96b206672 (diff) |
Test permInverse
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 241f20e..99df88c 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -47,6 +47,7 @@ test-suite test other-modules: Gen Tests.C + Tests.Permutation Util build-depends: ox-arrays, |