aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml20
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