blob: 75dd0bc8508046d1294fb4f84740cc95aad5fc47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.36.1.
--
-- see: https://github.com/sol/hpack
name: ppl
version: 0.0.1
synopsis: Reimplementation of LazyPPL
maintainer: Justin Bedo <cu@cua0.org>
license: MIT
build-type: Simple
library
exposed-modules:
PPL
PPL.Distr
PPL.Sampling
other-modules:
PPL.Internal
Paths_ppl
hs-source-dirs:
src
build-depends:
base >=4.9 && <5
, containers
, log-domain
, random
, streaming
, template-haskell
, transformers
, vector
, vector-hashtables
default-language: Haskell2010
|