diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-11-10 12:39:08 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-11-10 12:39:08 +0100 |
commit | 013e01e28aba090c065ed584671a65aa339ea51b (patch) | |
tree | 1595a8363fc181a13d41224e206d051d4e6a906b /chad-fast.cabal | |
parent | 9c3f3c4a5f1258c99aefc95944af79dd6da2586c (diff) |
Test GMM; it fails
Diffstat (limited to 'chad-fast.cabal')
-rw-r--r-- | chad-fast.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal index cdfc1b1..274e497 100644 --- a/chad-fast.cabal +++ b/chad-fast.cabal @@ -26,6 +26,7 @@ library Data Example Example.Format + Example.GMM ForwardAD ForwardAD.DualNumbers ForwardAD.DualNumbers.Types @@ -74,7 +75,6 @@ benchmark bench type: exitcode-stdio-1.0 main-is: Main.hs other-modules: - Bench.GMM build-depends: chad-fast, base, |