Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ghc --make site.hs" error, #1

Open
luckypoem opened this issue Nov 7, 2016 · 0 comments
Open

"ghc --make site.hs" error, #1

luckypoem opened this issue Nov 7, 2016 · 0 comments

Comments

@luckypoem
Copy link

hi.

root@AR:/usr/local/jjduhamel-blog# ghc --make site.hs
[1 of 1] Compiling Main ( site.hs, site.o )

site.hs:9:1: error:
Failed to load interface for `Text.Jasmine'
Use -v to see a list of the files searched for.
root@AR:/usr/local/jjduhamel-blog# nano site.hs
(i delete the line: import Text.Jasmine
root@AR:/usr/local/jjduhamel-blog# ghc --make site.hs
[1 of 1] Compiling Main ( site.hs, site.o )

site.hs:97:29: error:
Variable not in scope: minify :: C.ByteString -> C.ByteString
root@AR:/usr/local/jjduhamel-blog#

how to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant