Skip to content

Commit 6348d94

Browse files
committed
Fix HsOpenSSL tests
1 parent 7dea022 commit 6348d94

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/exe-dlls/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ let
88
inherit compiler-nix-name evalPackages;
99
src = testSrc "exe-dlls";
1010
cabalProjectLocal = builtins.readFile ../cabal.project.local;
11+
modules = import ../modules.nix;
1112
};
1213

1314
packages = project.hsPkgs;

test/modules.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[{
2+
# See https://github.com/haskell-cryptography/HsOpenSSL/issues/95
3+
packages.HsOpenSSL.ghcOptions = ["-optc=-Wno-incompatible-pointer-types"];
4+
}]

0 commit comments

Comments
 (0)