Commit 643ec1e
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 af02e38 commit 643ec1e
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
179 | | - | |
180 | | - | |
0 commit comments