diff options
Diffstat (limited to 'ox-arrays.cabal')
| -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 dcc50c3..ccebc33 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -80,6 +80,7 @@ library Data.Array.Strided.Orthotope Data.Array.XArray Data.Bag + Data.Vector.Generic.Checked if impl(ghc < 9.8) exposed-modules: @@ -104,7 +105,8 @@ library ghc-typelits-knownnat, ghc-typelits-natnormalise, orthotope < 0.2, - vector + vector, + vector-stream hs-source-dirs: src library strided-array-ops |
