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

Compile failed MacOS #9

Open
andrewnc opened this issue May 28, 2020 · 1 comment
Open

Compile failed MacOS #9

andrewnc opened this issue May 28, 2020 · 1 comment

Comments

@andrewnc
Copy link

Hello! I'm trying to install and compilation fails, I'm too much of a Haskell novice to know where to look.

Burlesque/Eval.hs:27:1: error:
    Could not find module ‘Data.ByteString.UTF8’
    Perhaps you meant
      Data.ByteString.Char8 (from bytestring-0.10.8.2)
      Data.ByteString.Lazy (from bytestring-0.10.8.2)
      Data.ByteString (from bytestring-0.10.8.2)
    Use -v to see a list of the files searched for.
   |
27 | import qualified Data.ByteString.UTF8 as B8
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I'm using version 8.6.3 of ghc.

@mroman-ch
Copy link

You're lacking the package that provides Data.ByteString.UTF8 which you'll need to install through cabal. If you use a plain haskell installation it's very likely that you'll also have to install a lot more packages.

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

2 participants