Skip to content

Commit

Permalink
Add zlib1g-dev for stack build
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Dec 15, 2023
1 parent 1877c5a commit 22f2f82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env: &env
# version.
#STACKVER: "1.6.5"
#STACK_UPGRADE: "y"
#RESOLVER: "lts-12"
#RESOLVER: "lts-21"
STACK_YAML: "stack.yaml"

# ------------------------------------------------------------------------
Expand Down Expand Up @@ -88,6 +88,7 @@ preinstall: &preinstall
# required for outbound https for stack and for stack setup
apt-get install -y netbase xz-utils make
apt-get install -y zlib1g-dev
# For ghcup to install ghc
if test -n "$GHCUPVER"
Expand Down

0 comments on commit 22f2f82

Please sign in to comment.