aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
blob: 703c5a26406f139a0464de2b1c9eae71de5885fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
  - streaming

library:
  source-dirs: src
  exposed-modules:
    - PPL
    - PPL.Distr
    - PPL.Sampling