mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Clarify error message mentioned in #35
This commit is contained in:
parent
39cc820134
commit
23070f9627
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user