1 2 3 4 5 6 7 8
let briefcase = import <briefcase> {}; in briefcase.buildHaskell.shell { deps = hpkgs: with hpkgs; [ quickcheck-simple checkers ]; }