Skip to content

Commit 55b539c

Browse files
committed
typo
1 parent 123e381 commit 55b539c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell/cabal.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ def stack_snapshot(stack = None, extra_deps = {}, vendored_packages = {}, **kwar
12151215
packages = ["conduit", "lens", "zlib"],
12161216
flags = {"zlib": ["-non-blocking-ffi"]},
12171217
tools = ["@happy//:happy", "@c2hs//:c2hs"],
1218-
local_Snapshot = "//:snapshot.yaml",
1218+
local_snapshot = "//:snapshot.yaml",
12191219
extra_deps = {"zlib": ["@zlib.dev//:zlib"]},
12201220
```
12211221

0 commit comments

Comments
 (0)