mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-05 03:56:26 +03:00
e40aad897f
* move most files * update CI configuration
21 lines
810 B
YAML
21 lines
810 B
YAML
# Copyright (c) 2024 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
|