diff options
| author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-12-16 13:24:25 +0100 |
|---|---|---|
| committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2026-02-18 14:23:01 +0100 |
| commit | 1dc51cedf3e6c01a366753f48ce2b7c842b05185 (patch) | |
| tree | e2de9a6c59404f30e8216a4897350112ed7e401a /ox-arrays.cabal | |
| parent | 4057a72e62d3634acb080f0970b6f3840149955e (diff) | |
Define ix?FromLinear without TH
Diffstat (limited to 'ox-arrays.cabal')
| -rw-r--r-- | ox-arrays.cabal | 6 |
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 |
