diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-05-25 11:25:35 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-05-25 11:25:35 +0200 |
commit | 84b00455fff01c21953262325c1b6fca69b16ff0 (patch) | |
tree | 800392d5c01bffccce5483827caa911e3a698b3e /ox-arrays.cabal | |
parent | 86de413131773f64e1bfd71dd080eb64812a87ee (diff) |
NFData instances
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 1eea23d..192471a 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -15,6 +15,7 @@ library Data.Array.Nested.Internal.Arith.Lists build-depends: base >=4.18 && <4.20, + deepseq, ghc-typelits-knownnat, ghc-typelits-natnormalise, orthotope, |