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 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