diff options
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index be4bb03..142e4ed 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -115,8 +115,8 @@ library strided-array-ops Data.Array.Strided.Arith.Internal.Lists.TH build-depends: base >=4.18 && <4.22, - ghc-typelits-knownnat < 1, - ghc-typelits-natnormalise < 1, + ghc-typelits-knownnat >= 0.8.0 && < 1, + ghc-typelits-natnormalise >= 0.8.0 && < 1, template-haskell < 3, vector < 0.14 hs-source-dirs: ops |