diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-02-28 16:11:14 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-02-28 16:11:14 +0100 |
commit | e40e33bc16175b6a0180e3ef88d0a588819e6c37 (patch) | |
tree | fff0a39039edc117d86a5da1cd793bb633cc91c9 /chad-fast.cabal | |
parent | e9ab5d50093e48b64d758d67388ef32321ad1984 (diff) |
Compile to C and load using dlopen
Diffstat (limited to 'chad-fast.cabal')
-rw-r--r-- | chad-fast.cabal | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal index 737ff62..8b212a5 100644 --- a/chad-fast.cabal +++ b/chad-fast.cabal @@ -27,6 +27,7 @@ library CHAD.Top CHAD.Types Compile + Compile.Exec -- CompileCu Data Example @@ -49,9 +50,13 @@ library base >= 4.19 && < 4.21, containers, deepseq, + directory, -- template-haskell, prettyprinter, + process, + some, transformers, + unix, vector, ansi-terminal, |