Skip to content

Commit

Permalink
Merge pull request #12 from fpco/ghc-9.2.8
Browse files Browse the repository at this point in the history
Support for ghc 9.2.8
  • Loading branch information
psibi authored Aug 10, 2023
2 parents 7df4a5e + 2e6b8e9 commit c07e1e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ghc-musl.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs ? import
(builtins.fetchTarball {
url =
"https://github.com/NixOS/nixpkgs/archive/989a2b93b79dd0553028e83be5f5db7221476d76.tar.gz";
"https://github.com/NixOS/nixpkgs/archive/17662bfb35c25ba1788a6fedcb00dde6379da7ec.tar.gz";
})
{ }
}:
Expand All @@ -20,7 +20,7 @@ pkgs.dockerTools.buildImage {
fromImage = alpineImage;

contents = [
pkgs.pkgsMusl.haskell.compiler.ghc945
pkgs.pkgsMusl.haskell.compiler.ghc928
pkgs.pkgsMusl.zlib
pkgs.pkgsMusl.zlib.dev
pkgs.pkgsMusl.ncurses
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GHC_VERSION := "9.4.5"
GHC_VERSION := "9.2.8"

# List all recipies
default:
Expand Down

0 comments on commit c07e1e1

Please sign in to comment.