Skip to content

Commit

Permalink
core: derive Ord for StorePathTrust
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Jun 7, 2020
1 parent 87109ab commit f85f8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnix-store-core/src/System/Nix/StorePathMetadata.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ data StorePathTrust
| -- | It was built elsewhere (and substituted or similar) and so
-- is less trusted
BuiltElsewhere
deriving (Show, Eq)
deriving (Show, Eq, Ord)

0 comments on commit f85f8b5

Please sign in to comment.