{ pkgs ? import {}, ... }: with pkgs; with haskellPackages; callPackage ./pkg.nix { inherit (haskell.lib) dontHaddock; }