From 48cf0b1f67512733b347cf63a51dfda67304a1a3 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 16 Feb 2021 14:41:49 +0100 Subject: [PATCH] Update libffi req for ubuntu groovy Fixed #110 --- ghcup-0.0.4.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ghcup-0.0.4.yaml b/ghcup-0.0.4.yaml index e59b6a5..eecf38c 100644 --- a/ghcup-0.0.4.yaml +++ b/ghcup-0.0.4.yaml @@ -28,7 +28,7 @@ toolRequirements: - libncurses5 - libtinfo5 notes: '' - ">= 20.04": + "( >= 20.04 && < 20.10 )": distroPKGs: - build-essential - curl @@ -40,6 +40,18 @@ toolRequirements: - libncurses5 - libtinfo5 notes: '' + "( >= 20.10 )": + distroPKGs: + - build-essential + - curl + - libffi-dev + - libffi8ubuntu1 + - libgmp-dev + - libgmp10 + - libncurses-dev + - libncurses5 + - libtinfo5 + notes: '' Linux_CentOS: '( >= 7 && < 8 )': distroPKGs: