-
## System Details
I'm working with the Glasgow Haskell Compiler (GHC) (version 9.4.8)
using Cabal (3.10.3.0) package manager
on a Mac (ARM M2)
running macOS Sonama 14.2 (23C64)
I'm having i…
-
[error.txt](https://github.com/yi-editor/yi/files/14397961/error.txt)
```
Configuring library for yi-language-0.19.0..
Preprocessing library for yi-language-0.19.0..
Building library for yi-lang…
ghost updated
2 months ago
-
```haskell
{-# LANGUAGE TemplateHaskell,MultiParamTypeClasses,FlexibleInstances,TypeOperators,NoStarIsType #-}
{-# OPTIONS_GHC -fplugin GHC.TypeLits.KnownNat.Solver #-}
module Bug where
import Pre…
-
`cabal install` is throwing the following error:
```
cabal: Distribution/Simple/PackageIndex.hs:163:30-35: Assertion failed
```
Line [163](https://github.com/haskell/cabal/blob/master/Cabal/Distribu…
-
If I use `allow-newer: safe-exceptions:*` everything builds fine so this can be fixed with a Hackage metadata update.
```
> cabal outdated
Outdated dependencies:
deepseq >=1.2 &&
-
GHC has ignored it since GHC 6.10.1 (November 2008) and Cabal has not supported GHC versions before GHC 6.12 since `Cabal-2.0.0.2` (July 2017). Given the passage of time, perhaps the field should be d…
-
```
# default.nix
let
pkgs = import ./nix/pkgs.nix;
in pkgs.haskell-nix.project {
src = "";
compiler-nix-name = "ghc901";
modules = [
{
packages.ghc-bignum.components.libr…
-
Problem: To get a GitHub Copilot suggestion, I currently need to use:
gh copilot suggest "the suggestion I want"
This command is too verbose, making it easier to just open the web and search dir…
-
Invoking `haskell-language-server-wrapper --project-ghc-version` may fail with:
```
$ haskell-language-server-wrapper --project-ghc-version …
-
**Describe the bug**
One dependency of Doxygen is `ghc::filesystem` which provides a C++17-style `std::filesystem` class.
**Expected behavior**
Doxygen requires C++-17. We should be able to drop …