daml/compatibility/stack-snapshot.yaml
Gary Verhaegen 151e12b81a
bump copyright (#16002)
This is the result of:

- Updating `./COPY` to say `2023`.
- Running `./dev-env/bin/dade-copyright-headers update .`
2023-01-04 18:21:15 +01:00

16 lines
586 B
YAML

# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
resolver: nightly-2022-01-26
packages:
- aeson-2.0.3.0
# 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