diff options
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, |