aboutsummaryrefslogtreecommitdiff
path: root/ppl.cabal
blob: 5d8db402472e199bb68cc66fa19b4d5ca11e6b2c (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
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- 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
  default-language: Haskell2010