Merge pull request #110501 from neosimsim/agda-ghc-ieee754

agda.withPackages: use GHC with ieee754 as default
This commit is contained in:
Anderson Torres
2021-02-03 15:55:37 -03:00
committed by GitHub
3 changed files with 6 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" ''