diff options
author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-09-26 21:09:23 +0200 |
---|---|---|
committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-09-26 21:22:57 +0200 |
commit | 24d93b59d75c1ea11f4443965d681236c459b439 (patch) | |
tree | 85d80732066ce8bc5ac19bb19d343d37086ca181 /ox-arrays.cabal | |
parent | 61f393ff8f4179e1184e715679dcbadf871cde06 (diff) |
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 |