diff options
Diffstat (limited to 'ox-arrays.cabal')
-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 |