Skip to content

Commit f85f8b5

Browse files
committed
core: derive Ord for StorePathTrust
1 parent 87109ab commit f85f8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hnix-store-core/src/System/Nix/StorePathMetadata.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ data StorePathTrust
4747
| -- | It was built elsewhere (and substituted or similar) and so
4848
-- is less trusted
4949
BuiltElsewhere
50-
deriving (Show, Eq)
50+
deriving (Show, Eq, Ord)

0 commit comments

Comments
 (0)