mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
ghcide: update to newest commit (#8665)
* ghcide: update to newest commit CHANGELOG_BEGIN CHANGELOG_END * update golden tests
This commit is contained in:
parent
a9793651b3
commit
ce4fff5133
@ -17,8 +17,8 @@ load("@os_info//:os_info.bzl", "is_windows")
|
||||
load("@dadew//:dadew.bzl", "dadew_tool_home")
|
||||
load("@rules_haskell//haskell:cabal.bzl", "stack_snapshot")
|
||||
|
||||
GHCIDE_REV = "8e4f52892d88d23259547b03bb096b46f28c0afc"
|
||||
GHCIDE_SHA256 = "3fa3e23d760f1bdfb2a707d2593ea3eaedba748abfd649e8917c585780fa91db"
|
||||
GHCIDE_REV = "f76d0e11e576faeb0b9016d0bb09074e24a45d7e"
|
||||
GHCIDE_SHA256 = "8c2e2c52f87afa669eea40a2b8a48f6d4f628ae76ef5a0dc065065a0e9292aa9"
|
||||
GHCIDE_VERSION = "0.1.0"
|
||||
JS_JQUERY_VERSION = "3.3.1"
|
||||
JS_DGTABLE_VERSION = "0.5.2"
|
||||
|
@ -1,7 +1,7 @@
|
||||
-- Copyright (c) 2020, Digital Asset (Switzerland) GmbH and/or its affiliates.
|
||||
-- All rights reserved.
|
||||
|
||||
-- @ERROR range=1:1-100001:1; Missing module name
|
||||
-- @ERROR range=1:1-2:1; Missing module name
|
||||
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
-- We use the template typeclass and instances directly as otherwise the error
|
||||
-- is caught prior due to missing Eq and Show instances.
|
||||
|
||||
-- @ERROR range=1:1-100001:1; expected serializable type
|
||||
-- @ERROR range=1:1-2:1; expected serializable type
|
||||
|
||||
module Unserializable where
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user