Skip to content

Commit f15cebc

Browse files
committed
Leave out ghc-boot-packages
1 parent 88ed729 commit f15cebc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

overlays/haskell.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,7 @@ final: prev: {
155155
in
156156
mkPkgSet {
157157
inherit pkg-def;
158-
pkg-def-extras = [ plan-pkgs.extras
159-
# Using the -unchecked version here to avoid infinite
160-
# recursion issues when checkMaterialization = true
161-
final.ghc-boot-packages-unchecked.${compiler-nix-name'}
162-
]
158+
pkg-def-extras = [ plan-pkgs.extras ]
163159
++ pkg-def-extras;
164160
# set doExactConfig = true, as we trust cabals resolution for
165161
# the plan.

0 commit comments

Comments
 (0)