-
Hello,
I was curious if you were planning to submit a patch upstream for the GHC changes. I saw the following thread on the mailing list, but I don't know if there was ever a ticket opened:
https://…
-
**What would you like Renovate to be able to do?**
I would like renovate-bot to support Haskell, specially Stackage-based projects using an LTS resolver and extra dependencies from Hackage:
**Re…
-
https://github.com/commercialhaskell/stackage/blob/master/CURATORS.md#pull-requests describes the stackage PR process. I'm not sure it's working as intended. Lately I find PRs typically take days, wee…
-
There is an ambiguity of `deep` in `CV.Image` because Control.Lens exports `deep`. It can be resolved with:
```
- getSize (Mutable i) = evaluate (deep (getSize i))
+ getSize (Mutable i) = evalu…
-
```
To reproduce the problem:
- Install xmonad on a recent Debian system.
- Create a dummy account.
- Log in to an xmonad or xmonad+gnome session as dummy.
- Download incanter: http://incanter.org…
-
It’s not possible to implement something like:
```haskell
do
msg …
Nothing ->
sendTextData conn "timeouted"
threadDelay (1 * 1000 * 1000) -- even with this…
sendClose…
-
Just try and read these two statements:
> "hello" `startsWith` "hello world"
true
And:
> "hello world" `startsWith` "hello"
false
I would expect the opposite results. It …
-
`Box` works like this: We have some code, `code`, which represents some function body. When we write a function such as
```Haskell
f x = code
```
when we evaluate `f x`, we get a hold of the state…
-
For a project I needed a portable way to sort version numbers. I had thought I'd found that in sort -V, but as someone recently pointed out, it's not portable (not on OSX and I assume the BSDs, unsur…
-
This is a tracking issue to manage an idea that came up in discussion with @lf- on matrix.
The motivating problem is that it's tedious and likely error-prone to reupload the documents associated wi…