Skip to content

Commit 3353873

Browse files
committed
examples: Use Cabal 3.8.1 with GHC 9.4
GHC 9.4 on Windows requires Cabal 3.8, see haskell/cabal#8780.
1 parent 89a794a commit 3353873

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/non_module_deps.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ haskell_cabal_library(
6868
name = "Cabal",
6969
srcs = glob(["Cabal/**"]),
7070
verbose = False,
71-
version = "3.6.3.0",
71+
version = "3.8.1.0",
7272
visibility = ["//visibility:public"],
7373
)
7474
""",
75-
sha256 = "f69b46cb897edab3aa8d5a4bd7b8690b76cd6f0b320521afd01ddd20601d1356",
76-
strip_prefix = "cabal-gg-8220-with-3630",
77-
urls = ["https://github.com/tweag/cabal/archive/refs/heads/gg/8220-with-3630.zip"],
75+
sha256 = "b697b558558f351d2704e520e7dcb1f300cd77fea5677d4b2ee71d0b965a4fe9",
76+
strip_prefix = "cabal-ghc-9.4-paths-module-relocatable",
77+
urls = ["https://github.com/tweag/cabal/archive/refs/heads/ghc-9.4-paths-module-relocatable.zip"],
7878
)
7979

8080
def _non_module_deps_impl(_ctx):

0 commit comments

Comments
 (0)