diff options
author | Justin Bedo <cu@cua0.org> | 2022-12-16 10:57:55 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2022-12-31 17:28:29 +1100 |
commit | e318b40cfc1a3079375a015a651b1b44f6279ad0 (patch) | |
tree | 40a72f1b807fd77a1dd53ebf3f0cc284e65f30ad /package.yaml |
init
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml new file mode 100644 index 0000000..7c3a3e8 --- /dev/null +++ b/package.yaml @@ -0,0 +1,20 @@ +name: ppl +version: 0.0.1 +synopsis: Reimplementation of LazyPPL +maintainer: Justin Bedo <cu@cua0.org> +license: MIT + +dependencies: + - base >= 4.9 && < 5 + - transformers + - log-domain + - random + - template-haskell + - containers + +library: + source-dirs: src + exposed-modules: + - PPL + - PPL.Distr + - PPL.Sampling |