Skip to content

Commit

Permalink
Try #1530:
Browse files Browse the repository at this point in the history
  • Loading branch information
iohk-bors[bot] committed Jun 29, 2022
2 parents c5c44f4 + 59d4ff8 commit 6c7129b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builder/hspkg-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ let
# We always do this for ghcjs as the patched version of Cabal is needed.
cabalLibDepends = lib.optional (
stdenv.hostPlatform.isGhcjs || (
builtins.elem compiler-nix-name ["ghc865" "ghc884"]
&&
!builtins.elem package.identifier.name
["nix-tools" "alex" "happy" "hscolour" "Cabal" "bytestring" "aeson" "time"
"filepath" "base-compat-batteries" "base-compat" "unix" "directory" "transformers"
Expand All @@ -59,6 +61,8 @@ let
# and binary from the global package-db.
nonReinstallablePkgs = if (
stdenv.hostPlatform.isGhcjs || (
builtins.elem compiler-nix-name ["ghc865" "ghc884"]
&&
!builtins.elem package.identifier.name
["nix-tools" "alex" "happy" "hscolour" "Cabal" "bytestring" "aeson" "time"
"filepath" "base-compat-batteries" "base-compat" "unix" "directory" "transformers"
Expand Down

0 comments on commit 6c7129b

Please sign in to comment.