mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
4be01e4df6
* Update rules_haskell hie-bios support * Decouple Haskell ghcide and DAML ghcide Creates a separate `stack_snapshot` to pull in `ghcide` for the Haskell IDE use case independent of the `ghcide` for DAML. This allows to update these two `ghcide` instances independently. As DAML uses `ghcide` the library updates can be involved if the API experienced breaking changes. At the same time we may wish to update `ghcide` for Haskell earlier to make use of new features and stay compatible with rules_haskell's ghcide support. * Fix Haddock warnings reported by ghcide changelog_begin changelog_end Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
27 lines
820 B
YAML
27 lines
820 B
YAML
# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Taken from ghcide's stack.yaml
|
|
resolver: nightly-2019-09-21
|
|
packages:
|
|
- haskell-lsp-0.22.0.0
|
|
- haskell-lsp-types-0.22.0.0
|
|
- lsp-test-0.11.0.1
|
|
- hie-bios-0.5.0
|
|
- fuzzy-0.1.0.0
|
|
- regex-pcre-builtin-0.95.1.1.8.43
|
|
- regex-base-0.94.0.0
|
|
- regex-tdfa-1.3.1.0
|
|
- shake-0.18.5
|
|
- parser-combinators-1.2.1
|
|
- haddock-library-1.8.0
|
|
- tasty-rerun-1.1.17
|
|
- ghc-check-0.3.0.1
|
|
# Core packages, need to be listed for integer-simple flags.
|
|
- integer-simple-0.1.1.1
|
|
- text-1.2.3.1
|
|
# Point to the ghcide revision that you would like to use.
|
|
- github: digital-asset/ghcide
|
|
commit: "4149ab539d736328e29957c7eee752e0413fdd40"
|
|
sha256: "e32cba41d392d17743354b7a54c4b367939cc59fa6d7f060a8ad0d5b6e3e8af3"
|