fixes 'exactly'

This commit is contained in:
Keagan McClelland
2020-11-02 15:41:09 -07:00
parent 03c52586c5
commit 2d54fd5f3e

View File

@@ -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