mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-23 20:22:34 +03:00
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:
parent
debe5f6fc3
commit
19bcefb25e
@ -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 ++
|
||||
|
Loading…
Reference in New Issue
Block a user