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.
This commit is contained in:
Alexander Ben Nasrallah
2021-01-22 16:13:46 +01:00
parent b929be75dc
commit b4b4e36921
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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" ''