aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2025-09-26 21:09:23 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2025-09-26 21:22:57 +0200
commit24d93b59d75c1ea11f4443965d681236c459b439 (patch)
tree85d80732066ce8bc5ac19bb19d343d37086ca181 /ox-arrays.cabal
parent61f393ff8f4179e1184e715679dcbadf871cde06 (diff)
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r--ox-arrays.cabal4
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