aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-11-13 20:23:18 +0100
committerTom Smeding <tom@tomsmeding.com>2024-11-13 20:23:18 +0100
commit64ba1b46dce2fe6b83a3395b4e4c444380e1f307 (patch)
tree6cbb3a61959b7373899477ef0f4a14c1736b4c7d
parent78d6c0640a3212d6a347c206c8b5fdb53bc0a6b9 (diff)
Up base bound to ghc-9.10
-rw-r--r--ox-arrays.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index 50da24e..1253956 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -42,7 +42,7 @@ library
Data.Array.Nested.Trace.TH
build-depends:
- base >=4.18 && <4.20,
+ base >=4.18 && <4.21,
deepseq,
ghc-typelits-knownnat,
ghc-typelits-natnormalise,