nix-community / napalm

Support for building npm packages in Nix and lightweight npm registry [maintainer=?]
MIT License
104 stars 17 forks source link

napalm-registry: derive Eq PackageTag for hashable >= 1.4 #52

Closed sternenseemann closed 1 year ago

sternenseemann commented 1 year ago

hashable-1.4.0.0 made Eq a superclass of Hashable: https://hackage.haskell.org/package/hashable-1.4.0.0/changelog

hashable >= 1.4 is included in Stackage LTS-20 which nixpkgs uses since a few days.

jtojnar commented 1 year ago

Thanks.