summaryrefslogtreecommitdiff
path: root/source/Api.hs
diff options
context:
space:
mode:
authorSimon-Kor <52245124+Simon-Kor@users.noreply.github.com>2024-05-28 17:36:49 +0200
committerGitHub <noreply@github.com>2024-05-28 17:36:49 +0200
commit68598ccc2e420376a790b31b93efa7f18f91edf6 (patch)
tree6ca3ecd36d8d84ea7153d74cab73361052d03565 /source/Api.hs
parent266529fa1271a942920845072efb588c64c4aba3 (diff)
parenta08c4b2d7a7135029a588df542c18fdf07725075 (diff)
Merge pull request #2 from adelon/main
changes from main needs to be included
Diffstat (limited to 'source/Api.hs')
-rw-r--r--source/Api.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Api.hs b/source/Api.hs
index 421a8eb..95d5c8c 100644
--- a/source/Api.hs
+++ b/source/Api.hs
@@ -94,7 +94,7 @@ findAndReadFile path = do
homeDir <- getHomeDirectory
currentDir <- getCurrentDirectory
userLib <- (?? (homeDir </> "formalizations")) <$> lookupEnv "NAPROCHE_LIB"
- srcLib <- (?? (homeDir </> "code/zf/library")) <$> lookupEnv "NAPROCHE_SCR_LIB"
+ srcLib <- (?? (homeDir </> "code/naproche-zf/library")) <$> lookupEnv "NAPROCHE_SCR_LIB"
existsCurrent <- doesFileExist (currentDir </> path)
existsUserLib <- doesFileExist (userLib </> path)