core: derive Generic to StorePath

This commit is contained in:
Richard Marko 2023-11-16 07:13:32 +01:00
parent e332afbdf0
commit f70460f0d4

View File

@ -68,7 +68,7 @@ data StorePath = StorePath
-- hello-1.2.3).
storePathName :: !StorePathName
}
deriving (Eq, Ord, Show)
deriving (Eq, Generic, Ord, Show)
instance Hashable StorePath where
hashWithSalt s StorePath{..} =