# SPDX-FileCopyrightText: 2022 Frank Doepper # # SPDX-License-Identifier: GPL-3.0-only { nixpkgs ? import {}, compiler ? "" }: with nixpkgs.pkgs; with (if haskell.packages ? ${compiler} then haskell.packages.${compiler} else haskellPackages); callPackage ./amqp-utils.nix { }