diff options
author | Justin Bedo <cu@cua0.org> | 2023-01-24 16:41:53 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2023-01-26 14:14:11 +1100 |
commit | 7653e357f04aa39c1e96037bf1ea2e4338f8ae76 (patch) | |
tree | 8d2a21425d93a29984aff31f122420de6f7e99a6 /package.yaml | |
parent | 275ed22d5050488e6d40bb5800f1ade9c30d8a76 (diff) |
reimplement sampler in streaming framework
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 7c3a3e8..703c5a2 100644 --- a/package.yaml +++ b/package.yaml @@ -11,6 +11,7 @@ dependencies: - random - template-haskell - containers + - streaming library: source-dirs: src |