File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,12 @@ stack_snapshot.package(
6767 ],
6868)
6969
70+ stack_snapshot .package (
71+ name = "streaming-commons" ,
72+ extra_deps = ["@zlib.hs" ],
73+ setup_deps = ["@Cabal//:Cabal" ],
74+ )
75+
7076[
7177 stack_snapshot .package (
7278 name = pkg , # See https://github.com/tweag/rules_haskell/issues/1871
Original file line number Diff line number Diff line change @@ -57,7 +57,10 @@ stack_snapshot(
5757 components_dependencies = {
5858 "attoparsec" : """{"lib:attoparsec": ["lib:attoparsec-internal"]}""" ,
5959 },
60- extra_deps = {"zlib" : ["@zlib.hs" ]},
60+ extra_deps = {
61+ "zlib" : ["@zlib.hs" ],
62+ "streaming-commons" : ["@zlib.hs" ],
63+ },
6164 flags = {
6265 # Sets the default explicitly to demonstrate the flags attribute.
6366 "zlib" : [
You can’t perform that action at this time.
0 commit comments