diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Spec.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Spec.hs b/tests/Spec.hs index c8a6be6..3a67b01 100644 --- a/tests/Spec.hs +++ b/tests/Spec.hs @@ -22,7 +22,7 @@ main = do let vers :: [(Version, [Version])] vers = map (parseVer *** map parseVer) [ - ("7.4", [ "1.14.0" + ("7.4", [ -- "1.14.0" -- not supported at runtime ]), ("7.6", [ "1.16.0" |