aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-05-25 11:25:35 +0200
committerTom Smeding <tom@tomsmeding.com>2024-05-25 11:25:35 +0200
commit84b00455fff01c21953262325c1b6fca69b16ff0 (patch)
tree800392d5c01bffccce5483827caa911e3a698b3e /ox-arrays.cabal
parent86de413131773f64e1bfd71dd080eb64812a87ee (diff)
NFData instances
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r--ox-arrays.cabal1
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,