diff options
| author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2026-04-11 23:09:56 +0200 |
|---|---|---|
| committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2026-04-11 23:09:56 +0200 |
| commit | d0baaba7271c97818841804b272e436e2a101d07 (patch) | |
| tree | 6455185cab6eb9d0543b1e0b4d88a2268d5743c2 /ox-arrays.cabal | |
| parent | a98ce86e1cd0806513bbac3e61d5e5e9bc061432 (diff) | |
Fix most 'cabal check' warningsv0.2.0.0
Diffstat (limited to 'ox-arrays.cabal')
| -rw-r--r-- | ox-arrays.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index a2db612..cccd010 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -108,8 +108,8 @@ library ghc-typelits-knownnat, ghc-typelits-natnormalise, orthotope >= 0.1.8.0 && < 0.2, - vector, - vector-stream + vector < 0.14, + vector-stream < 0.14 hs-source-dirs: src library strided-array-ops @@ -125,9 +125,9 @@ library strided-array-ops Data.Array.Strided.Arith.Internal.Lists.TH build-depends: base >=4.18 && <4.23, - ghc-typelits-knownnat >= 0.8.0 && < 1 + ghc-typelits-knownnat >= 0.8 && < 1 -- 0.9.0 is unsound: https://github.com/clash-lang/ghc-typelits-natnormalise/issues/105 - && (< 0.9.0 || > 0.9.0), + && (< 0.9 || >= 0.9.1), ghc-typelits-natnormalise >= 0.8.1 && < 1, template-haskell < 3, vector < 0.14 |
