aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2025-12-16 13:24:25 +0100
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2026-03-15 10:49:48 +0100
commit67b072ea3fd296f701bbded7e2d2c570794c2b36 (patch)
tree1ea9b0da698fc9647ab137cdc9296a0c5027605b /ox-arrays.cabal
parent6f131da821fc7a6dbeb0b233146e69ca8eb1d53f (diff)
Define ix?FromLinear without TH
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r--ox-arrays.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index 83fe93f..dbd2ab8 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -70,7 +70,6 @@ library
Data.Array.Nested.Convert
Data.Array.Nested.Mixed
Data.Array.Nested.Mixed.Shape
- Data.Array.Nested.Mixed.Shape.Internal
Data.Array.Nested.Lemmas
Data.Array.Nested.Permutation
Data.Array.Nested.Ranked
@@ -93,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
@@ -105,11 +107,9 @@ library
ghc-typelits-knownnat,
ghc-typelits-natnormalise,
orthotope >= 0.1.8.0 && < 0.2,
- template-haskell,
vector,
vector-stream
hs-source-dirs: src
- other-extensions: TemplateHaskell
library strided-array-ops
import: basics