diff options
-rw-r--r-- | ox-arrays.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index bdbb34e..dcc50c3 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -119,7 +119,9 @@ library strided-array-ops Data.Array.Strided.Arith.Internal.Lists.TH build-depends: base >=4.18 && <4.22, - ghc-typelits-knownnat >= 0.8.0 && < 1, + ghc-typelits-knownnat >= 0.8.0 && < 1 + -- 0.9.0 is unsound: https://github.com/clash-lang/ghc-typelits-natnormalise/issues/105 + && (< 0.9.0 || > 0.9.0), ghc-typelits-natnormalise >= 0.8.1 && < 1, template-haskell < 3, vector < 0.14 |