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
    , deepseq
    , ghc-heap
    , log-domain
    , random
    , streaming
    , template-haskell
    , transformers
  default-language: Haskell2010