diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2025-10-21 10:47:55 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2025-10-21 10:47:55 +0200 |
| commit | 21905fca1b4eae0469d2bc27db7113cf0e124bc1 (patch) | |
| tree | 998d8de7aff517d6ac5c01f1ba7742437f1a7fdb | |
| parent | 0096708a7b8d7d299e006a29ca4760d2c6c68629 (diff) | |
Exclude ghc-typelits-natnormalise 0.9.0
| -rw-r--r-- | ox-arrays.cabal | 3 |
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 |
