haskell.packages.ghc810.hashable: add build depend on base-orphans

This commit is contained in:
Dennis Gosnell 2022-11-26 02:03:23 -05:00
parent 7276006818
commit c63bff0622
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -121,6 +121,8 @@ self: super: {
ghc-prim = self.hashable;
};
hashable = addBuildDepend self.base-orphans super.hashable;
# Doesn't build with 9.0, see https://github.com/yi-editor/yi/issues/1125
yi-core = doDistribute (markUnbroken super.yi-core);