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




                                    

    
let
  briefcase = import <briefcase> {};
in briefcase.buildHaskell.shell {
  deps = hpkgs: with hpkgs; [
    quickcheck-simple
    checkers
  ];
}