We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eda52b commit 440dba1Copy full SHA for 440dba1
overlay.nix
@@ -31,9 +31,9 @@ in
31
# - some weird interaction in unstable as this builds
32
# with cabal and 0.2.0.0
33
dependent-sum-template =
34
- if compiler == "ghc963"
35
- then hsuper.dependent-sum-template
36
- else hsuper.dependent-sum-template_0_2_0_0;
+ if compiler == "ghc8107" || compiler == "ghc902" || compiler == "ghc928"
+ then hsuper.dependent-sum-template_0_2_0_0
+ else hsuper.dependent-sum-template;
37
38
# srk 2023-11-19: wider unix bound via CPP
39
# Required for ghc963 since linux-namespaces is pinned
0 commit comments