-
Ben Gamari: Well-Typed LLP
-
Data/UTC/Class/HasUnixTime.hs:39:3: error:
• Constraint ‘Monad m’ in the type of ‘getUnixTime’
constrains only the class type variables
Use ConstrainedClassMethods to allow it
…
-
Running the "official" stack installed from the binary package manager on FreeBSD 10.3-RELEASE, `stack 1.4.0 x86_64`
If GHC isn't separately already installed via the FreeBSD package manager, the …
-
Are we at a point where we can remove GHC 7.8 support from sdl2? Are there any users who are still stuck on that GHC version?
-
This came out of some discussion on IRC. I started writing an issue, but on reflection I think there's a relatively plausible design sitting there, so I wrote it down.
# Motivation
GHC compiler …
-
### Problem description
The package `ghc`, and the cabal package manager `cabal-install`, which is used to compile and run Haskell, and install Haskell packages respectively, are giving me a segmenta…
-
When using GHC 7.8.3, I get:
```
(used seed 4269272319002797922)
Properties Total
Passed 4 4
Failed 2 2
Total 6 6 …
-
### Bug Description
I have an Affinity trigger node in a workflow to monitor `field_value.updated` event. Credential used is API key.
I tested the step and used Postman to `GET https://api.affini…
-
Containerfile:
```
FROM ghcr.io/linuxcontainers/debian-slim:12
# Base image with haskell tooling
RUN printf "APT::Install-Recommends \"0\";" > /etc/apt/apt.conf.d/no-install-recommends
RUN apt-…
-
This is essentially a duplicate of #3731, because I am now running 9.6.4, and it is still not fixed. I've copied over the original text below.
---
## Is your enhancement request related to a pro…