Skip to content

Commit

Permalink
Depend on ghc-lib-parser-ex (for hlint) (digital-asset#4109)
Browse files Browse the repository at this point in the history
changelog_begin
changelog_end

Co-authored-by: Shayne Fletcher <shayne.fletcher@digitalasset.com>
  • Loading branch information
shayne-fletcher and Shayne Fletcher authored Jan 22, 2020
1 parent 19dd7ed commit 674eaff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bazel-haskell-deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ exports_files(["stack.exe"], visibility = ["//visibility:public"])
{
"ghcide": ["ghc-lib"],
"hlint": ["ghc-lib"],
"ghc-lib-parser-ex": ["ghc-lib"],
},
{
"blaze-textual": ["integer-simple"],
Expand Down Expand Up @@ -416,6 +417,7 @@ exports_files(["stack.exe"], visibility = ["//visibility:public"])
"ghc-boot-th",
"ghc-lib",
"ghc-lib-parser",
"ghc-lib-parser-ex",
"ghc-paths",
"ghc-prim",
"gitrev",
Expand Down
1 change: 1 addition & 0 deletions compiler/damlc/daml-ide-core/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ da_haskell_library(
"extra",
"filepath",
"ghc-lib-parser",
"ghc-lib-parser-ex",
"ghc-lib",
"ghcide",
"hashable",
Expand Down
5 changes: 3 additions & 2 deletions stack-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ packages:
- archive: http://digitalassetsdk.bintray.com/ghc-lib/ghc-lib-8.8.1.20200115.tar.gz
sha256: "b62b2853fb5b65046557dfe3163e1d4a5d271614c58331695434c6b4602d098b"
- github: digital-asset/hlint
commit: "e9ceb5387b661c6be254dc7f05d45d98b8310329"
sha256: "dca638af703035aeb2b44bd72a6ee1430d5633c66d790df776151d4575d1e16a"
commit: "2de70183ba81d71faa67a339fc72f8fe86a2f6d1"
sha256: "3dff215c25e1e4afdd949930c483b5e56394a8091784da18766ae85492c7b370"
- ghc-lib-parser-ex-8.8.2
- bytestring-nums-0.3.6
- extra-1.6.18
- grpc-haskell-0.0.1.0
Expand Down

0 comments on commit 674eaff

Please sign in to comment.