You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: