diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-06-04 14:59:02 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-06-04 14:59:31 +0200 |
commit | 4261cb045081188a48bc8306f173166a79fcb1df (patch) | |
tree | 13649f7af878e9c2d628c3004f31cb91aeeb0714 /ox-arrays.cabal | |
parent | 8b698856bdef15def2681ee9cc97a4f5d6d52d54 (diff) |
Fix up and update Trace.hs
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 7af096c..939f47b 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -75,6 +75,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 @@ -92,7 +95,6 @@ library default-language: Haskell2010 ghc-options: -Wall -Wcompat -Widentities -Wunused-packages - other-extensions: TemplateHaskell library strided-array-ops exposed-modules: |