about summary refs log tree commit diff
path: root/users/wpcarro/scratch/haskell-programming-from-first-principles/shell.nix
blob: 49dbe746d3646f3c1b369772d2551b7de7dcdb9c (plain) (blame)
1
2
3
4
5
6
7
8
{ depot, ... }:

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