Skip to content

Commit 440dba1

Browse files
committed
overlay.nix: extend dependent-sum-template compilers cond
1 parent 7eda52b commit 440dba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

overlay.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ in
3131
# - some weird interaction in unstable as this builds
3232
# with cabal and 0.2.0.0
3333
dependent-sum-template =
34-
if compiler == "ghc963"
35-
then hsuper.dependent-sum-template
36-
else hsuper.dependent-sum-template_0_2_0_0;
34+
if compiler == "ghc8107" || compiler == "ghc902" || compiler == "ghc928"
35+
then hsuper.dependent-sum-template_0_2_0_0
36+
else hsuper.dependent-sum-template;
3737

3838
# srk 2023-11-19: wider unix bound via CPP
3939
# Required for ghc963 since linux-namespaces is pinned

0 commit comments

Comments
 (0)