From bc95086a7a05abd1cbc963a96d24bff4fce37054 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sat, 23 Sep 2023 10:31:35 +0000 Subject: [PATCH] ghc-libs: Enable `network` support in `libiserv` It will be used to build `iserv-proxy` which will be used to cross compile template-haskell. For reference see: https://medium.com/@zw3rk/cross-compiling-template-haskell-7e38c00c2914 Signed-off-by: Aditya Alok --- packages/ghc-libs/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ghc-libs/build.sh b/packages/ghc-libs/build.sh index e0bd7224dd..de0b54e865 100644 --- a/packages/ghc-libs/build.sh +++ b/packages/ghc-libs/build.sh @@ -130,4 +130,3 @@ termux_step_install_license() { install -Dm600 -t "${TERMUX_PREFIX}/share/doc/${TERMUX_PKG_NAME}" \ "${TERMUX_PKG_SRCDIR}/LICENSE" } -