buffer-builder icon indicating copy to clipboard operation
buffer-builder copied to clipboard

Build failure

Open chris-martin opened this issue 7 months ago • 3 comments

  • ghc-9.8.2
  • base-4.19.1.0
  • buffer-builder-0.2.4.8
  • text-2.1.1
buffer-builder > /tmp/nix-shell.6TvZya/stack-cb8b4477c445eb72/buffer-builder-0.2.4.8/src/Data/BufferBuilder.hs:354:9: error: [GHC-76037]
buffer-builder >     Not in scope: data constructor ‘ByteArray’
buffer-builder >     Suggested fix:
buffer-builder >       Add ‘ByteArray’ to the import list in the import of
buffer-builder >       ‘Data.Text.Array’ (at src/Data/BufferBuilder.hs:73:1-35).
buffer-builder >     |
buffer-builder > 354 |     let ByteArray byteArray = arr
buffer-builder >     |         ^^^^^^^^^

chris-martin avatar Jul 29 '24 21:07 chris-martin