diff options
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 |
