sdiehl / write-you-a-haskell

Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)
MIT License
3.34k stars 256 forks source link

includes.hs: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory) #102

Open pxc3113 opened 5 years ago

pxc3113 commented 5 years ago

l@DESKTOP-82FI76C:/mnt/c/Users/zhiwei/Documents/write-you-a-haskell$ stack exec make epub pandoc --filter includes.hs -f markdown --standalone --toc --toc-depth=2 --mathjax="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --highlight-style pygments --epub-cover-image=img/cover-kindle.jpg -o WYAH.epub title.md 0*.md pandoc: Error running filter includes.hs includes.hs: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory) Makefile:49: recipe for target 'epub' failed make: *** [epub] Error 83