about summary refs log tree commit diff
path: root/users/wpcarro/scratch/haskell-programming-from-first-principles/shell.nix
let
  briefcase = import <briefcase> {};
in briefcase.buildHaskell.shell {
  deps = hpkgs: with hpkgs; [
    quickcheck-simple
    checkers
  ];
}