Skip to content

Commit 2e68295

Browse files
committed
Fix HsOpenSSL tests
1 parent 6348d94 commit 2e68295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/th-dlls/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let
88
inherit compiler-nix-name evalPackages;
99
src = testSrc "th-dlls";
1010
cabalProjectLocal = builtins.readFile ../cabal.project.local;
11-
modules = [({pkgs, ...}: lib.optionalAttrs externalInterpreter {
11+
modules = import ../modules.nix ++ [({pkgs, ...}: lib.optionalAttrs externalInterpreter {
1212
packages.th-dlls.components.library.ghcOptions = [ "-fexternal-interpreter" ];
1313
# Static openssl seems to fail to load in iserv for musl
1414
packages.HsOpenSSL.components.library.libs = lib.optional pkgs.stdenv.hostPlatform.isMusl (pkgs.openssl.override { static = false; });

0 commit comments

Comments
 (0)