aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-04-14 10:31:46 +0200
committerTom Smeding <tom@tomsmeding.com>2024-04-14 10:33:54 +0200
commit018ebecade82009a3410f19982dd435b6e0715d8 (patch)
tree286688dcba6963211705c135a032ddd82df4cf88 /ox-arrays.cabal
parent3e74b0673caba7c04353c0cedb1d6e02de1fd007 (diff)
Rename inductive naturals to INat
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r--ox-arrays.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index 972917a..db5264f 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -10,7 +10,7 @@ library
Data.Array.Mixed
Data.Array.Nested
Data.Array.Nested.Internal
- Data.Nat
+ Data.INat
build-depends:
base >=4.18,
ghc-typelits-knownnat,