diff options
author | Justin Bedo <cu@cua0.org> | 2025-02-26 16:21:33 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2025-02-26 19:48:52 +1100 |
commit | d1a1ffa811b199f5d7d02d14cf76631a0ecd2699 (patch) | |
tree | 719e8ae2fa90e16af95941f8b70309931639681a /ppl.cabal | |
parent | 906ae5ad3a960e4c7d7c32528ced79ba63ee2238 (diff) |
port prototype single site mh from lazyppl
Diffstat (limited to 'ppl.cabal')
-rw-r--r-- | ppl.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.7. +-- This file has been generated from package.yaml by hpack version 0.36.1. -- -- see: https://github.com/sol/hpack @@ -24,6 +24,8 @@ library build-depends: base >=4.9 && <5 , containers + , deepseq + , ghc-heap , log-domain , random , streaming |