mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
151e12b81a
This is the result of: - Updating `./COPY` to say `2023`. - Running `./dev-env/bin/dade-copyright-headers update .`
16 lines
586 B
YAML
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
|