-
```
Configuring library for uri-bytestring-0.3.3.1..
Preprocessing library for uri-bytestring-0.3.3.1..
GHCi, version 9.4.8: https://www.haskell.org/ghc/ :? for help
[1 of 5] Compiling URI.ByteSt…
-
It looks like this change is OK:
```
From 079c5300001a0c3b16855b4d84f510eba0e7cc4e Mon Sep 17 00:00:00 2001
From: Magnus Therning
Date: Tue, 5 Jan 2021 16:29:21 +0100
Subject: [PATCH] Allow ne…
-
It'd be nice to have a version of a function in `Data.Conduit.ByteString.Builder` like:
```
sourceBuilder :: Builder -> Producer m ByteString
sourceBuilder = sourceList . toChunks . toLazyByteStrin…
dylex updated
7 years ago
-
Missing for lazy bytestrings:
* `unfoldrN` (see also #128)
* `isInfixOf`, `breakSubstring` (see #30 and #307)
* ~~`foldr'` and `foldr1'` (not that strict folds make tremendously much sense for la…
-
Here is a repro:
```haskell
#!/usr/bin/env stack
-- stack script --resolver lts-9.17
-- --package gogol --package gogol-storage
-- --package lens --package servant
{-# LANGUAGE Overloade…
-
Hiya. there have been a few PRs which allowed prost to use the `bytes::Bytes` type for the protobuf `bytes` type, allowing them to just be slices of a bigger `Bytes` buffer. Strings however dont quit…
-
```
GCC claims that 'start' and 'end' may be used uninitialized. A quick glance
suggest that it's true.
The "TODO to number" comments pretty much say it all. Passing anything
other than a number lit…
-
`Unagi.Unboxed` could be modified fairly easily to use a payload that matches the internals of either `Text` or `ByteString`. I'm a little bit sketchy on details but this could accommodate some pretty…
-
We discussed this with @vrom911 and decided that it would be nice to suggest more efficient string types in the following places:
1. Data type fields.
2. Function return arguments.
-
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’
…