Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stack to 2.3.1 #7

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 8.10.1/bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
ghc-8.10.1-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10.1/bionic/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10.1/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
ghc-8.10.1-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10.1/buster/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10.1/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
ghc-8.10.1-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10.1/stretch/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10.1/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
ghc-8.10.1-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10.1/xenial/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10/bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
ghc-8.10.1-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10/bionic/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
ghc-8.10.1-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10/buster/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
ghc-8.10.1-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10/stretch/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
ghc-8.10.1-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.10/xenial/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.10.1 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.2.2/bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.2.2 cabal-install-3.2 \
ghc-8.2.2-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.2.2/bionic/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.2.2 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.2.2/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.2.2 cabal-install-3.2 \
ghc-8.2.2-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.2.2/buster/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.2.2 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.2.2/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.2.2 cabal-install-3.2 \
ghc-8.2.2-prof libtinfo-dev && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
4 changes: 2 additions & 2 deletions 8.2.2/stretch/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends ghc-8.2.2 cabal-install-3.2 \
zlib1g-dev libtinfo-dev libsqlite3-dev g++ netbase xz-utils make && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "c724b207831fe5f06b087bac7e01d33e61a1c9cad6be0468f9c117d383ec5673 stack.tar.gz" | sha256sum -c - && \
curl -fSL https://github.com/commercialhaskell/stack/releases/download/v2.3.1/stack-2.3.1-linux-x86_64.tar.gz -o stack.tar.gz && \
echo "b753cd21d446aea16a221326ec686e3acdf1b146c714a77b5d27fd855475554d stack.tar.gz" | sha256sum -c - && \
tar -xf stack.tar.gz -C /usr/local/bin --strip-components=1 && \
/usr/local/bin/stack config set system-ghc --global true && \
/usr/local/bin/stack config set install-ghc --global false && \
Expand Down
Loading