Skip to content

Commit 1413c15

Browse files
committed
core: derive Eq, Generic, Ord, Show for ContentAddressableAddress
1 parent f70460f commit 1413c15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hnix-store-core/src/System/Nix/Internal/StorePath.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ data ContentAddressableAddress
132132
-- addToStore. It is addressed according to some hash algorithm
133133
-- applied to the nar serialization via some 'NarHashMode'.
134134
Fixed !NarHashMode !SomeNamedDigest
135+
deriving (Eq, Generic, Ord, Show)
135136

136137
-- | Schemes for hashing a Nix archive.
137138
--

0 commit comments

Comments
 (0)