haskell / play-haskell

Haskell Playground
129 stars 8 forks source link

Add Yampa, dunai to list of packages available #28

Closed ivanperez-keera closed 1 year ago

ivanperez-keera commented 1 year ago

Proposed changes

Add Yampa and dunai to the list of packages available.

Contributor checklist

tomsmeding commented 1 year ago

Hi Ivan! Thanks for the PR. These packages look small enough, and have few dependencies, so they look like good candidates to include.

So far I've added dependencies of interesting packages as well -- they need to be built anyway, so why not make them available? It's just another -package-id flag to ghc. So given that Yampa and dunai pull in MonadRandom and simple-affine-space, perhaps you could also add those? Who knows whether someone finds them useful.