aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-04-20 23:14:11 +0200
committerTom Smeding <tom@tomsmeding.com>2024-04-20 23:14:11 +0200
commit181c02b60445310105be126fd6cc2ee9f5dc2c8a (patch)
tree829c304dce12f41cbd21355c92c93d961977f204 /ox-arrays.cabal
parent2f5bf6144411c9e94b1ca013c1ef549ed06a5529 (diff)
GHC 9.8 compatibility
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 db5264f..0aa7001 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -12,7 +12,7 @@ library
Data.Array.Nested.Internal
Data.INat
build-depends:
- base >=4.18,
+ base >=4.18 && <4.20,
ghc-typelits-knownnat,
-- ghc-typelits-natnormalise,
orthotope,