aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-11-18 12:54:10 +0100
committerTom Smeding <tom@tomsmeding.com>2025-11-18 12:54:10 +0100
commite53b10d35bdb414520ac1d5b00307c4c62a9e1db (patch)
treee63f628e826a9b37aa027ad264fc054d8d64a285 /ox-arrays.cabal
parentaeb62e1d59b4cdc426f6ca0ef8df6a0737bb0f86 (diff)
Up base bound to 4.23 (seems to work fine with GHC 9.14-RC)
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r--ox-arrays.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index ccebc33..e495fb6 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -120,7 +120,7 @@ library strided-array-ops
Data.Array.Strided.Arith.Internal.Lists
Data.Array.Strided.Arith.Internal.Lists.TH
build-depends:
- base >=4.18 && <4.22,
+ base >=4.18 && <4.23,
ghc-typelits-knownnat >= 0.8.0 && < 1
-- 0.9.0 is unsound: https://github.com/clash-lang/ghc-typelits-natnormalise/issues/105
&& (< 0.9.0 || > 0.9.0),