Skip to content

Commit 3e0417c

Browse files
committed
default.nix: m upd rev & compiler
1 parent 7e2a5aa commit 3e0417c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Optional-Nix-dev-env-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484

8585
build20:
86-
name: "GHC 8.10.1, quality build, SDist, Optimizations, Benchmark, Haddock, Completions"
86+
name: "GHC 8.10.3, quality build, SDist, Optimizations, Benchmark, Haddock, Completions"
8787
runs-on: ubuntu-latest
8888
continue-on-error: true
8989
steps:
@@ -102,7 +102,7 @@ jobs:
102102
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
103103
- name: "Determined Nix-build"
104104
env:
105-
compiler: "ghc8101"
105+
compiler: "ghc8103"
106106
buildFromSdist: "true"
107107
linkWithGold: "true"
108108
doHaddock: "true"

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
# For current default and explicitly supported GHCs https://search.nixos.org/packages?query=ghc&from=0&size=500&channel=unstable, Nixpkgs implicitly supports older minor versions also, until the configuration departs from compatibility with them.
33
# Compiler in a form ghc8101 <- GHC 8.10.1, just remove spaces and dots
4-
compiler ? "ghc8101"
4+
compiler ? "ghc8103"
55

66
# Deafult.nix is a unit package abstraciton that allows to abstract over packages even in monorepos:
77
# Example: pass --arg cabalName --arg packageRoot "./subprojectDir", or map default.nix over a list of tiples for subprojects.
@@ -91,7 +91,7 @@
9191
# , nixos-20.03 # Last stable release, gets almost no updates to recipes, gets only required backports
9292
# ...
9393
# }
94-
, rev ? "8ba15f6383c74e981d8038fa19cc77ed0c53ba22"
94+
, rev ? "1a57d96edd156958b12782e8c8b6a374142a7248"
9595

9696
, pkgs ?
9797
if builtins.compareVersions builtins.nixVersion "2.0" < 0

0 commit comments

Comments
 (0)