ghcide: update to newest commit (#8665)

* ghcide: update to newest commit

CHANGELOG_BEGIN
CHANGELOG_END

* update golden tests
This commit is contained in:
Robin Krom 2021-01-28 15:03:52 +01:00 committed by GitHub
parent a9793651b3
commit ce4fff5133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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

View File

@ -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