diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-04-20 23:14:11 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-04-20 23:14:11 +0200 |
commit | 181c02b60445310105be126fd6cc2ee9f5dc2c8a (patch) | |
tree | 829c304dce12f41cbd21355c92c93d961977f204 /ox-arrays.cabal | |
parent | 2f5bf6144411c9e94b1ca013c1ef549ed06a5529 (diff) |
GHC 9.8 compatibility
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 2 |
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, |