From b4b4e369212c9f0f5792455a81424a27210a9c61 Mon Sep 17 00:00:00 2001 From: Alexander Ben Nasrallah Date: Thu, 7 Jan 2021 15:55:52 +0100 Subject: agda.withPackages: use GHC with ieee754 as default As mentioned in the package description of ieee on Hackage, ieee is deprecated in favor of ieee754. --- pkgs/build-support/agda/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/build-support') diff --git a/pkgs/build-support/agda/default.nix b/pkgs/build-support/agda/default.nix index 3c973e8cc0ac..046bdd061f8c 100644 --- a/pkgs/build-support/agda/default.nix +++ b/pkgs/build-support/agda/default.nix @@ -7,7 +7,7 @@ with lib.strings; let withPackages' = { pkgs, - ghc ? ghcWithPackages (p: with p; [ ieee ]) + ghc ? ghcWithPackages (p: with p; [ ieee754 ]) }: let pkgs' = if builtins.isList pkgs then pkgs else pkgs self; library-file = writeText "libraries" '' -- cgit 1.4.1