Skip to content

Commit dfa0435

Browse files
sjakobiAnton-Latukha
authored andcommitted
Fix since annotation
1 parent 410c325 commit dfa0435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nix/Expr/Types.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ instance Eq1 NKeyName where
387387
liftEq _ (StaticKey a) (StaticKey b) = a == b
388388
liftEq _ _ _ = False
389389

390-
-- | @since UNRELEASED
390+
-- | @since 0.10.1
391391
instance Ord1 NKeyName where
392392
liftCompare cmp (DynamicKey a) (DynamicKey b) = liftCompare2 (liftCompare cmp) cmp a b
393393
liftCompare _ (DynamicKey _) (StaticKey _) = LT

0 commit comments

Comments
 (0)