daml/stack-snapshot.yaml
Moisés Ackerman e67fd306d3
Bump stackage snapshot to lts-19.33 (#17795)
* clean up stack-snapshot.yaml

* bump stack to snapshot lts-19.33 pt. 1

* bump stack to snapshot lts-19.33 pt. 2

* repin windows snapshot

* Use a copy of "@stackage-exe/hpp" in runfiles to avoid hardcoding version in haskell code

* Crash with identifiable error if hpp resource/runfile is missing but CPP is used
2023-11-13 19:42:32 +01:00

21 lines
810 B
YAML

# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
resolver: lts-19.33
packages:
- ghc-lib-parser-ex-8.8.5.8
- github: digital-asset/hlint
commit: "99999eee1c220396e1545788ef22ca3c204908a9"
sha256: "52c8a636f29ecca4cdd0fa9ed094bae3c0115cb10a7c6b3e6087361a8b4ecffb"
- optparse-applicative-0.17.1.0
- proto3-wire-1.2.2
# We drop the Win32 package from the stack snapshot so that stack considers it a toolchain library.
# In this case we will use the Win32 provided by the compiler instead of recompiling it.
#
# Recompiling it should be fine for future versions of Win32,
# but with versions <= 2.13.2.0 we encounter the following issue:
# https://github.com/haskell/win32/issues/193
drop-packages:
- Win32