diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-01-16 11:27:03 +0100 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-01-16 11:27:03 +0100 |
| commit | b6d52a08e9718b6131ff4596215fbe902499c277 (patch) | |
| tree | 56343ea50fefd5c021ff107378433899c3144d6e | |
| parent | bb1deceb98b4c7bfcd35372e0289566cb593d8a9 (diff) | |
Fix +trace-wrappers after 682c584b26e
| -rw-r--r-- | ox-arrays.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index bd0c7a2..eb65e18 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -92,6 +92,9 @@ library exposed-modules: Data.Array.Nested.Trace Data.Array.Nested.Trace.TH + build-depends: + template-haskell + other-extensions: TemplateHaskell if flag(default-show-instances) cpp-options: -DOXAR_DEFAULT_SHOW_INSTANCES |
