aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-12-02 16:33:20 +0100
committerTom Smeding <tom@tomsmeding.com>2025-12-02 16:33:20 +0100
commit04818d344d367025c6f8b99357664e42cf1022ed (patch)
treefd39294e3507ac8dfe71acbacc3331852521f683
parent9fa5556c4d4dc45ba2417081437bac2d1240132f (diff)
template-haskell is now used unconditionally
-rw-r--r--ox-arrays.cabal5
1 files 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