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