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

Update to latest ByteString (package seems to be renamed) #15

Open
maerten opened this issue May 5, 2023 · 0 comments
Open

Update to latest ByteString (package seems to be renamed) #15

maerten opened this issue May 5, 2023 · 0 comments

Comments

@maerten
Copy link

maerten commented May 5, 2023

When trying to compile on GHC9.4 and latest stack nightly, i'm seeing this build error:

JuicyPixels-blurhash             > [2 of 7] Compiling Codec.Picture.Blurhash.Internal.Common
JuicyPixels-blurhash             > ............../JuicyPixels-blurhash-0.1.0.3/src/Codec/Picture/Blurhash/Internal/Base83.hs:20:1: error:
JuicyPixels-blurhash             >     Could not find module ‘Data.ByteString.Lazy.Builder’
JuicyPixels-blurhash             >     Perhaps you meant
JuicyPixels-blurhash             >       Data.ByteString.Builder (from bytestring-0.11.4.0)
JuicyPixels-blurhash             >       Data.ByteString.Lazy.Lens (needs flag -package-id lens-5.2.2)
JuicyPixels-blurhash             >       Data.ByteString.Lazy.UTF8 (needs flag -package-id utf8-string-1.0.2)
JuicyPixels-blurhash             >     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
JuicyPixels-blurhash             >    |
JuicyPixels-blurhash             > 20 | import qualified Data.ByteString.Lazy.Builder as BS
JuicyPixels-blurhash             >    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
JuicyPixels-blurhash             > [3 of 7] Compiling Codec.Picture.Blurhash.Internal.DList

Using the updated fork /~https://github.com/singpolyma/JuicyPixels-blurhash fixed this on my machine.

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