1
1
mirror of https://github.com/github/semantic.git synced 2024-11-22 23:29:37 +03:00

Use proto-lens-jsonpb from hackage

Co-Authored-By: Patrick Thomson <2498+patrickt@users.noreply.github.com>
This commit is contained in:
Rick Winfrey 2020-09-02 11:08:34 -07:00
parent 83c022ac1d
commit fa2cb7cc25
3 changed files with 3 additions and 9 deletions

View File

@ -94,6 +94,7 @@ stack_snapshot(
"hspec",
"hspec-core",
"hspec-expectations",
"proto-lens-jsonpb",
"lens",
"network",
"network-uri",
@ -244,14 +245,6 @@ http_archive(
strip_prefix = "lingo-haskell-b3dcb165ebdfc93f894393e607ce601281b59dbb",
urls = ["https://github.com/tclem/lingo-haskell/archive/b3dcb165ebdfc93f894393e607ce601281b59dbb.tar.gz"],
)
http_archive(
name = "proto-lens-jsonpb",
sha256 = "2979fd2dc0730a27882cbd98af655fdfc2b816c43cbf5119396790d3592128f2",
strip_prefix = "proto-lens-jsonpb-3a11d23ecdbb1bcc8ef80d02cf0f0b7318ddb4c0",
urls = ["https://github.com/tclem/proto-lens-jsonpb/archive/3a11d23ecdbb1bcc8ef80d02cf0f0b7318ddb4c0.tar.gz"],
)
load("//:build/example_repos.bzl", "declare_example_repos")
declare_example_repos()

View File

@ -17,7 +17,7 @@ haskell_library(
deps = [
"//:base",
"//:text",
"@proto-lens-jsonpb//:proto-lens-jsonpb",
"@stackage//:proto-lens-jsonpb",
"@stackage//:aeson",
"@stackage//:proto-lens",
"@stackage//:proto-lens-runtime",

View File

@ -10,3 +10,4 @@ packages:
- haskeline-0.8.0.0
- tree-sitter-0.9.0.2
- unliftio-core-0.2.0.1
- proto-lens-jsonpb-0.2.0.2