We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dea022 commit 6348d94Copy full SHA for 6348d94
test/exe-dlls/default.nix
@@ -8,6 +8,7 @@ let
8
inherit compiler-nix-name evalPackages;
9
src = testSrc "exe-dlls";
10
cabalProjectLocal = builtins.readFile ../cabal.project.local;
11
+ modules = import ../modules.nix;
12
};
13
14
packages = project.hsPkgs;
test/modules.nix
@@ -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