We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb6a32 commit 8a7481bCopy full SHA for 8a7481b
psci.el
@@ -123,8 +123,8 @@ When FILENAME is nil or not a real file, returns nil."
123
(cond
124
((file-exists-p "psc-package.json")
125
(process-lines (psci--executable-find-relative psci/psc-package-path) "sources"))
126
- ((file-exists-p "spago.dhall")
127
- (process-lines (psci--executable-find-relative psci/spago-path) "sources"))))
+ ((or (file-exists-p "spago.dhall") (file-exists-p "spago.yaml"))
+ (process-lines (psci--executable-find-relative psci/spago-path) "sources" "--quiet"))))
128
129
(defun psci--executable-find-relative (path)
130
"If PATH is a relative path to an executable, return its full path.
0 commit comments