Skip to content

Commit

Permalink
GHC 9.4.5, nightly-2023-05-17, Stack 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbrock committed May 20, 2023
1 parent aea6696 commit 02cb8e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
#
# curl -sSL https://get.haskellstack.org/ | sh
#
ARG STACK_VERSION="2.9.1"
ARG STACK_VERSION="2.11.1"
ARG STACK_BINDIST="stack-${STACK_VERSION}-linux-x86_64"
RUN cd /tmp \
&& curl -sSL --output ${STACK_BINDIST}.tar.gz https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION}/${STACK_BINDIST}.tar.gz \
Expand Down
12 changes: 10 additions & 2 deletions global-project.stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolver: lts-20.11
# GHC 9.2.5
resolver: nightly-2023-05-17
# GHC 9.4.5

# Stack global project /opt/stack/global-project/stack.yaml in the Docker image.
# https://docs.haskellstack.org/en/stable/yaml_configuration/#yaml-configuration
Expand Down Expand Up @@ -37,3 +37,11 @@ extra-deps:
- /opt/hvega/hvega
- /opt/hvega/ihaskell-hvega

- Chart-cairo-1.9.3
- cairo-0.13.10.0
- diagrams-cairo-1.4.2
- pango-0.13.10.0
- glib-0.13.10.0
- gtk2hs-buildtools-0.13.10.0
- plot-0.2.3.11

0 comments on commit 02cb8e0

Please sign in to comment.