diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-05-25 12:27:32 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-05-25 12:27:32 +0200 |
commit | 13433346340e4376d8bc286f2e883f57e3962314 (patch) | |
tree | 8d9f80e90e79ca7c11368dd0eefcabab63288371 /ox-arrays.cabal | |
parent | 84b00455fff01c21953262325c1b6fca69b16ff0 (diff) |
Less warnings in test
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 192471a..af985f4 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -37,6 +37,7 @@ test-suite test base, bytestring, ghc-typelits-knownnat, + ghc-typelits-natnormalise, hedgehog, orthotope, random, |