diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-10-02 14:07:53 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-10-02 14:07:53 +0200 |
commit | ef72e54cf6bcee7124058364fea15b4d1bd62cd7 (patch) | |
tree | 90981bbae6b4be2cc075c65c792a560c44b3b05b /ox-arrays.cabal | |
parent | 22a3d9c5cbafb7a633f2f802af884d042718e78d (diff) |
Compatibility with GHC 9.6
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 65af5f5..bdbb34e 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -81,6 +81,10 @@ library Data.Array.XArray Data.Bag + if impl(ghc < 9.8) + exposed-modules: + GHC.TypeLits.Orphans + if flag(trace-wrappers) exposed-modules: Data.Array.Nested.Trace |