Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Nov 30, 2022
1 parent 1234758 commit 82a0952
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overlays/ghc-packages.nix
Expand Up @@ -70,7 +70,11 @@ let
template-haskell = "libraries/template-haskell";
iserv = "utils/iserv";
} // final.lib.optionalAttrs (builtins.compareVersions ghcVersion "9.4" < 0) {
# The version of `Win32` that comes with ghc 9.4 (2.12.0.0) is older
# than the one in hackage. Including it causes `cabal configure` to fail.
Win32 = "libraries/Win32";
# As of GHC 9.4 this has been split out of the GHC repo and
# is now in the iserv-proxy flake input
iserv-proxy = "utils/iserv-proxy";
} // final.lib.optionalAttrs (!final.stdenv.hostPlatform.isGhcjs || builtins.compareVersions ghcVersion "8.10.5" >= 0) {
# Not sure why, but this is missing from older ghcjs versions
Expand Down

0 comments on commit 82a0952

Please sign in to comment.