diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-05-14 23:30:53 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-05-14 23:30:53 +0200 |
commit | 43ddff2e7f1e9f4d8855f573384e26b63d34f697 (patch) | |
tree | 86b6989d4a1b935fd6f6338b4699d8e5c0083a2c /ox-arrays.cabal | |
parent | 77ab86ede90938fa43f7f9988ac10f7026440a1c (diff) |
WIP GHC nats
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 0aa7001..df6a805 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -14,7 +14,7 @@ library build-depends: base >=4.18 && <4.20, ghc-typelits-knownnat, - -- ghc-typelits-natnormalise, + ghc-typelits-natnormalise, orthotope, vector hs-source-dirs: src |