aboutsummaryrefslogtreecommitdiff
path: root/chad-fast.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-11-22 22:41:09 +0100
committerTom Smeding <tom@tomsmeding.com>2025-11-22 22:41:09 +0100
commit9b7c3eea7e34f5eb0d91f93b803e853028c2cec8 (patch)
tree25b906bb49218d2743631d0c83e23717012e3b9b /chad-fast.cabal
parentb4f07c673b7c710f5861bb84e67233c63336c53d (diff)
WIP: Think about fusionfusion
Diffstat (limited to 'chad-fast.cabal')
-rw-r--r--chad-fast.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal
index 1eef3ed..834f1d7 100644
--- a/chad-fast.cabal
+++ b/chad-fast.cabal
@@ -44,6 +44,7 @@ library
CHAD.ForwardAD
CHAD.ForwardAD.DualNumbers
CHAD.ForwardAD.DualNumbers.Types
+ CHAD.Fusion
CHAD.Interpreter
-- CHAD.Interpreter.AccumOld
CHAD.Interpreter.Rep
@@ -58,6 +59,7 @@ library
base >= 4.19 && < 4.21,
containers,
deepseq,
+ dependent-map,
directory,
prettyprinter,
process,