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

check for ghc-6.4 as minimum version supported at runtime

parent cccfc650
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ configure :: Verbosity -> Maybe FilePath -> Maybe FilePath
configure verbosity hcPath hcPkgPath conf = do
(ghcProg, conf') <- requireProgram verbosity ghcProgram
(orLaterVersion (Version [6,2] []))
(orLaterVersion (Version [6,4] []))
(userMaybeSpecifyPath "ghc" hcPath conf)
let Just ghcVersion = programVersion ghcProg
......
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