mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
@@ -127,7 +127,7 @@ disj a None = a
|
||||
disj a b = Disj a b
|
||||
|
||||
exactly :: Version -> VersionRange
|
||||
exactly = Anchor (Left EQ)
|
||||
exactly = Anchor (Right EQ)
|
||||
|
||||
instance Show VersionRange where
|
||||
show (Anchor (Left EQ) v) = '!' : '=' : show v
|
||||
|
||||
Reference in New Issue
Block a user