{ pkgs ? import { } , src ? builtins.filterSource (path: type: type != "unknown" && baseNameOf path != ".git" && baseNameOf path != "result" && baseNameOf path != "dist") ./. }: pkgs.haskellPackages.buildLocalCabal src "hspec-checkers"