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