Fails to `stack exec` a Yesod app

Hi, I have the following project (https://github.com/yohad/TheMafsidan). 'stack build` works with no errors but when I try to run it I get App: static: getDirectoryContents:openDirStream: does not exist (No such file or directory) Anyone has a clue on how to fix this? Yotam

On 12 January 2018 at 22:18, Yotam Ohad
Hi, I have the following project (https://github.com/yohad/TheMafsidan). 'stack build` works with no errors but when I try to run it I get App: static: getDirectoryContents:openDirStream: does not exist (No such file or directory)
Anyone has a clue on how to fix this?
It would help diagnosing this if you provide the exact list of commands you are trying to run. Also, what OS are you using?
Yotam
_______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com http://IvanMiljenovic.wordpress.com

Pretty sure you have some code still remaining from the scaffolding that
refers to a static directory, but that the directory doesn't exist any more.
On Fri, Jan 12, 2018, 2:19 PM Yotam Ohad
Hi, I have the following project (https://github.com/yohad/TheMafsidan). 'stack build` works with no errors but when I try to run it I get App: static: getDirectoryContents:openDirStream: does not exist (No such file or directory)
Anyone has a clue on how to fix this?
Yotam _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
participants (3)
-
Ivan Lazar Miljenovic
-
Michael Snoyman
-
Yotam Ohad