From f70460f0d42630949603c692cff07cfb00b6c70a Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Thu, 16 Nov 2023 07:13:32 +0100 Subject: [PATCH] core: derive Generic to StorePath --- hnix-store-core/src/System/Nix/Internal/StorePath.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnix-store-core/src/System/Nix/Internal/StorePath.hs b/hnix-store-core/src/System/Nix/Internal/StorePath.hs index 0a477fa..1278687 100644 --- a/hnix-store-core/src/System/Nix/Internal/StorePath.hs +++ b/hnix-store-core/src/System/Nix/Internal/StorePath.hs @@ -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{..} =