Commit 4129a7b
committed
move TH instance Eq1 NValue' to the parent as derivable
Eq1 instance was previously derived as an orphan through TemplateHaskell.
And that TH instance when moved into Nix.Value was breaking the NValue' data
constructor deriving.
So it is moved as derivable instance.1 parent c229b92 commit 4129a7b
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
176 | | - | |
177 | | - | |
0 commit comments