aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-10-21 10:47:55 +0200
committerTom Smeding <tom@tomsmeding.com>2025-10-21 10:47:55 +0200
commit21905fca1b4eae0469d2bc27db7113cf0e124bc1 (patch)
tree998d8de7aff517d6ac5c01f1ba7742437f1a7fdb /ox-arrays.cabal
parent0096708a7b8d7d299e006a29ca4760d2c6c68629 (diff)
Exclude ghc-typelits-natnormalise 0.9.0
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r--ox-arrays.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index bdbb34e..5ada9c0 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -102,7 +102,8 @@ library
base,
deepseq < 1.7,
ghc-typelits-knownnat,
- ghc-typelits-natnormalise,
+ -- 0.9.0 is unsound: https://github.com/clash-lang/ghc-typelits-natnormalise/issues/105
+ ghc-typelits-natnormalise < 0.9.0,
orthotope < 0.2,
vector
hs-source-dirs: src