Skip to content

Commit 42c5c04

Browse files
committed
oops
1 parent fb88ad6 commit 42c5c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-compile.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ base directory for build tools, or the current buffer for
179179
haskell-compile-cabal-build-command
180180
haskell-compile-cabal-build-alt-command)
181181
(if-let ((stackdir (and haskell-compile-ignore-cabal
182-
locate-dominating-file default-directory "stack.yaml")))
182+
(locate-dominating-file default-directory "stack.yaml"))))
183183
(haskell--compile stackdir edit-command
184184
'haskell--compile-stack-last
185185
haskell-compile-stack-build-command

0 commit comments

Comments
 (0)