aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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