Skip to content

Commit 5db9fff

Browse files
committed
Add alex, happy and c2hs to stackage which is used by hs_lib_repl tests
1 parent ab964b3 commit 5db9fff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

WORKSPACE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ stack_snapshot(
169169
"text",
170170
"vector",
171171
# For tests
172+
"alex",
172173
"c2hs",
174+
"happy",
173175
"lens-family-core",
174176
"data-default-class",
175177
"proto-lens",
@@ -191,6 +193,9 @@ stack_snapshot(
191193
"type-errors": ["@Cabal//:Cabal"],
192194
"typed-process": ["@Cabal//:Cabal"],
193195
"unliftio-core": ["@Cabal//:Cabal"],
196+
"alex": ["@Cabal//:Cabal"],
197+
"c2hs": ["@Cabal//:Cabal"],
198+
"happy": ["@Cabal//:Cabal"],
194199
},
195200
stack_snapshot_json = "//:stackage_snapshot{}.json".format(
196201
"_" + str(GHC_VERSION) if GHC_VERSION else "",

0 commit comments

Comments
 (0)