Commit f4ef25b
authored
CI: GitHub: Nix: make GHC 8.8 nonstrict (#782)
For quite some time 8.8 strict build fails:
```
src/Nix/Expr/Types.hs:179:10: error: [-Wmissing-methods, -Werror=missing-methods]
• No explicit implementation for
‘liftTyped’
• In the instance declaration for ‘Lift (Fix NExprF)’
|
179 | instance Lift (Fix NExprF) where
| ^^^^^^^^^^^^^^^^^
```
`nomissing-methods` seems like a bad path in this case and module.
I tried to address the issue and so far not constructed the implementation.
Too bad that the issue creeped-up backwards. Strict builds worked until this one
cropped-in.
So lowering the CI strictness until this gets resolved. Opened #783 #784 for that.1 parent 86fb0c2 commit f4ef25b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments