about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2021-02-03 15:55:37 -0300
committerGitHub <noreply@github.com>2021-02-03 15:55:37 -0300
commita27a2c4b1598a1b98c8c14c262cee5ffc4c9c11c (patch)
treeabdeb578abbfa034a439a489ba3f4b9774bcd2ff /pkgs/build-support
parentca447081a843addc24981a8b8e3fbd4e09adeaf4 (diff)
parent67e43b7453ec197e5045f64dc630b57a3160038f (diff)
Merge pull request #110501 from neosimsim/agda-ghc-ieee754
agda.withPackages: use GHC with ieee754 as default
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/agda/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/agda/default.nix b/pkgs/build-support/agda/default.nix
index 3c973e8cc0acb..046bdd061f8cf 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" ''