Skip to content
Snippets Groups Projects

Bump rocky8 GHC to 9.4.5

Merged Ben Gamari requested to merge bump-ghc into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -172,7 +172,7 @@ let images: List Image.Type =
{ name = "x86_64-linux-rocky8"
, fromImage = "amd64/rockylinux:8"
, runnerTags = [ "x86_64-linux" ]
, bootstrapGhc = { version = "9.2.2", triple = "x86_64-fedora27-linux" }
, bootstrapGhc = { version = "9.4.5", triple = "x86_64-fedora27-linux" }
, llvm = Some (Llvm.Source.FromBindist { version = "12.0.1" , triple = "x86_64-linux-gnu-ubuntu-16.04" })
}
]
Loading