about summary refs log tree commit diff
path: root/users/wpcarro/scratch/haskell-programming-from-first-principles/shell.nix
{ depot, ... }:

depot.users.wpcarro.buildHaskell.shell {
  deps = hpkgs: with hpkgs; [
    quickcheck-simple
    checkers
  ];
}