From c4500a78c1787de884e8858e08046703cc44fb49 Mon Sep 17 00:00:00 2001 From: Paulo Tanaka Date: Mon, 22 Jan 2018 09:17:04 -0800 Subject: [PATCH] Adding zstd to stackage --- build-constraints.yaml | 4 ++++ debian-bootstrap.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6baee76..cd930f94 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,10 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Paulo Tanaka @paulot": + # on behalf of Bryan O'Sullivan @bos: + - zstd + "Ferdinand van Walree @Ferdinand-vW": - sessiontypes - sessiontypes-distributed diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 1d54266c..833da323 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -123,6 +123,7 @@ apt-get install -y \ libxss-dev \ libyaml-dev \ libzip-dev \ + libzstd-dev \ libzmq3-dev \ llvm-3.9 \ locales \