-
## Issue description
When building the HEAD revision of [`haskell-opencv`](https://github.com/LumiGuide/haskell-opencv) on nixpkgs `master` I get a segfault when compiling one of the executables. T…
-
I have been using [Asahi Linux](https://asahilinux.org/) which uses 16k pagesize for the past year or so. `ghcup` has worked perfectly on it. However today the `hls` died on me repeatedly. Checking lo…
-
### Problem
All the combinators in `Token.Lexer` take the `Lexer` or its subcomponents as an argument, largely because they are internally defined as record fields.
For example,
```haskell
softKe…
-
base-compat-0.14.0 ([changelog](http://hackage.haskell.org/package/base-compat-0.14.0/changelog)) (Simon Hengel @sol) is out of bounds for:
- [ ] JuicyPixels-scale-dct-0.1.2 (>=0.6.0 && < 0.14). Gra…
-
Overlays haven’t been a thing in Gentoo for many years now.
It’s repos (repositories) nowadays.
Shouldn’t simply enabling the repo via `eselect repository enable haskell` and then emerging hackp…
-
This issue is to create a builder script for Haskell programs.
One suggestion I have is to reuse and slightly modify the [SCons/scons-contrib Haskell script](https://github.com/SCons/scons-contrib/bl…
-
# Motivation
It would be great to have domain-specific Haskell types in streams, as this can give extra type safety in the high-level model that, with correct code generation, holds true even in th…
-
### Proposal
Many languages (Java, Python, Perl, Ruby, Julia, Ada, JavaScript, PHP, D, Elixir, C#, C++, Rust, Haskell etc.) support using some character as a visual separator in number literals, m…
-
It can be interesting to have it in Haskell.
For example, to integrate it with an API wrote using Yesod framework.
-
I have tought a bit about using template haskell with uuagc.
### Initial working version
First we could use a file quasi quoter (made with the quoteFile function) to load and compile an ag file.…