Skip to content
Snippets Groups Projects
Commit 630a368b authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Fix spelling error in error message.

parent 6411b7f9
No related branches found
No related tags found
No related merge requests found
......@@ -660,7 +660,7 @@ sanityCheckPackage pkg_descr
"No license-file field."
goodCabal = let v = (descCabalVersion pkg_descr)
in checkSanity (not $ cabalVersion `withinRange` v)
("This package requires Cabal verion: " ++ (showVersionRange v) ++ ".")
("This package requires Cabal version: " ++ (showVersionRange v) ++ ".")
in return $ (catMaybes [nothingToDo, noModules,
allRights, noLicenseFile]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment