From 04818d344d367025c6f8b99357664e42cf1022ed Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Tue, 2 Dec 2025 16:33:20 +0100 Subject: template-haskell is now used unconditionally --- ox-arrays.cabal | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 5d36889..3a92f6e 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -91,9 +91,6 @@ 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 @@ -106,9 +103,11 @@ library ghc-typelits-knownnat, ghc-typelits-natnormalise, orthotope < 0.2, + template-haskell, vector, vector-stream hs-source-dirs: src + other-extensions: TemplateHaskell library strided-array-ops import: basics -- cgit v1.2.3-70-g09d2