From 4c17e3486b61b4998407e173088b2a7e877b396e Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Thu, 29 Nov 2018 22:01:12 +0000 Subject: [PATCH] Mention in INSTALL.md a way to build against libssl 1.1 --- INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 9addb23..335be54 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,6 +12,13 @@ version. If your distro has 1.1, see if you can grab 1.0 or 1.0.1 in some way, either through the distro package or by downloading OpenSSL manually from its website, or some alternative package manager such as GNU Guix. +UPDATE: If you proceed with the steps below and `stack build` throws an error +while building `HsOpenSSL`, there's a chance you can still use OpenSSL 1.1 +successfully if you run these commands: + + $ stack build HsOpenSSL --flag HsOpenSSL:-fast-bignum + $ stack build + Install dependency library development packages. It's very likely you already have them all installed, and if you're missing some, the build process will inform you. But it's still nice to have a list here. The list below isn't a