aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-04-02 20:14:41 +0200
committerTom Smeding <tom@tomsmeding.com>2024-04-02 20:14:41 +0200
commit264c8e601f49cebed9280f0da2e73f380bb5be52 (patch)
treea30bca389921db16d11a745e4297b76592028f0d /ox-arrays.cabal
parent373799f36417c086510847e4d6689bd68582e658 (diff)
More docs, sum, shaped interface
Very satisfying to see that the Shaped interface implementation is almost exactly the same as the Ranked one: just exchanging some Shaped for Ranked, 'sh' for 'n', etc. yields the Shaped interface.
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r--ox-arrays.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index 8193d8d..2930ba0 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -13,6 +13,7 @@ library
build-depends:
base >=4.18,
ghc-typelits-knownnat,
+ ghc-typelits-natnormalise,
orthotope,
vector
hs-source-dirs: src