contrib shouldn't be in the default search path

Sorry, I should look more carefully... contrib is a space for incoming
experimental libraries that might get sorted into something better, so
it shouldn't be a place for things that are in the default library path
(this is consistent with Idris 1 behaviour)
This commit is contained in:
Edwin Brady 2020-05-16 13:08:07 +01:00
parent debe5f6fc3
commit 19bcefb25e

View File

@ -69,7 +69,6 @@ updatePaths
defs <- get Ctxt
addPkgDir "prelude"
addPkgDir "base"
addPkgDir "contrib"
addDataDir (dir_prefix (dirs (options defs)) ++ dirSep ++
"idris2-" ++ showVersion False version ++ dirSep ++ "support")
addLibDir (dir_prefix (dirs (options defs)) ++ dirSep ++