Skip to content

Commit

Permalink
Upgrade ghc-lib (v8.8.1.20190828.1) (digital-asset#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayne Fletcher authored and mergify[bot] committed Aug 28, 2019
1 parent 96bc868 commit 1a1895b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 3rdparty/haskell/BUILD.ghc-lib-parser
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ haskell_library(
name = "lib",
visibility = ["//visibility:public"],
srcs = glob(
["**/*.hs", "**/*.hs-boot"], # No .hsc files here!
["**/*.hs", "**/*.hsc", "**/*.hs-boot"],
exclude = ["**/GHCConstants*","**/includes/CodeGen.Platform.hs"],
),
extra_srcs = glob([
Expand Down Expand Up @@ -52,7 +52,7 @@ haskell_library(
"-I/compiler", "-I/compiler/utils"
],
package_name = "ghc-lib-parser",
version = "8.8.1.20190828",
version = "8.8.1.20190828.1",
)

cc_library(
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -479,12 +479,12 @@ GRPC_HASKELL_COMMIT = "11681ec6b99add18a8d1315f202634aea343d146"

GRPC_HASKELL_HASH = "c6201f4e2fd39f25ca1d47b1dac4efdf151de88a2eb58254d61abc2760e58fda"

GHC_LIB_VERSION = "8.8.1.20190828"
GHC_LIB_VERSION = "8.8.1.20190828.1"

http_archive(
name = "haskell_ghc__lib__parser",
build_file = "//3rdparty/haskell:BUILD.ghc-lib-parser",
sha256 = "945cec00919bb24c0b9d96a428d4aa6474f076c36938cf500121a682c3a40605",
sha256 = "67dc90575bc5289e8fd58d92ba4ec079cbdf56fd958fe435a724e462682d9c24",
strip_prefix = "ghc-lib-parser-{}".format(GHC_LIB_VERSION),
urls = ["https://digitalassetsdk.bintray.com/ghc-lib/ghc-lib-parser-{}.tar.gz".format(GHC_LIB_VERSION)],
)
Expand Down Expand Up @@ -556,7 +556,7 @@ hazel_repositories(

# Read [Working on ghc-lib] for ghc-lib update instructions at
# https://github.com/digital-asset/daml/blob/master/ghc-lib/working-on-ghc-lib.md.
hazel_ghclibs(GHC_LIB_VERSION, "945cec00919bb24c0b9d96a428d4aa6474f076c36938cf500121a682c3a40605", "496a4ef203f8ffd1331ce87667425e2100347e07e3a0fed1a6936fb8cc643559") +
hazel_ghclibs(GHC_LIB_VERSION, "67dc90575bc5289e8fd58d92ba4ec079cbdf56fd958fe435a724e462682d9c24", "050771795e125605ffd55ced3e90d9dbc440b823faa3c818adc2cf4158dbb4a8") +
hazel_github_external("digital-asset", "hlint", "783df11bb08d88f069cc22a698d7bc38323bd32d", "10ec5ba641eca0505ed2aa3367221c9ec4bc7467bbb3f41668407fd337d5c30e") +
hazel_github_external("awakesecurity", "proto3-wire", "4f355bbac895d577d8a28f567ab4380f042ccc24", "031e05d523a887fbc546096618bc11dceabae224462a6cdd6aab11c1658e17a3") +
hazel_github_external(
Expand Down

0 comments on commit 1a1895b

Please sign in to comment.