Clarify error message mentioned in #35

This commit is contained in:
Michael Snoyman 2013-01-26 19:52:39 +02:00
parent 39cc820134
commit 23070f9627

View File

@ -40,6 +40,6 @@ checkCabalVersion = do
(_, Nothing) -> assert False $ return ()
(Just v, Just vr)
| v `withinRange` vr -> return ()
| otherwise -> error $ "Unsupported Cabal version: " ++ libVersion
| otherwise -> error $ "Unsupported Cabal library version: " ++ libVersion
return libVersion