diff options
author | Tom Smeding <t.j.smeding@uu.nl> | 2024-05-27 14:10:57 +0200 |
---|---|---|
committer | Tom Smeding <t.j.smeding@uu.nl> | 2024-05-27 14:10:57 +0200 |
commit | 9e5945120bbcfeff15ee7356398e06ab5ba25561 (patch) | |
tree | 9e9432d60b901776ebf552b501724e4c0a7b18f3 /ox-arrays.cabal | |
parent | e80b2593edc3d216905279ebcfa797593a1efbfc (diff) |
Fast (C) Floating ops
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 875c54e..d0aed82 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -5,6 +5,8 @@ author: Tom Smeding license: BSD-3-Clause build-type: Simple +extra-source-files: cbits/arith_lists.h + library exposed-modules: Data.Array.Mixed |