Merge pull request #31 from Start9Labs/feature/emver

fixes 'exactly'
This commit is contained in:
Keagan McClelland
2020-11-02 15:41:50 -07:00
committed by GitHub

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