-
As a consequence of https://github.com/digital-asset/daml/pull/13205, [DA.Cli.Damlc.Packaging](https://github.com/digital-asset/daml/blob/main/compiler/damlc/lib/DA/Cli/Damlc/Packaging.hs) uses `ghc-p…
-
Mandatory information:
* Package : ghc
* cvss: `?`
* affected versions: 9.0.1
Optional:
* cve: `?`
* keywords: `?`
* aliases: `?`
* related: `?`
* affected OSes: all
* affected archite…
-
At the moment, Cabal will die if run with the `GHC_PACKAGE_PATH` environment variable set. I think this is an arbitrary restriction. Instead, it should
1. Parse the search path in `GHC_PACKAGE_PATH`,
…
-
Hi,
I'm trying to build [compilers](https://github.com/judge0/compilers) under Ubuntu 22.04.
I just simply modifed [Dockerfile](https://github.com/judge0/compilers/blob/master/Dockerfile), a c…
-
```
% ghc --info|grep LibDir
,("LibDir","/opt/ghc/8.6.5/lib/ghc-8.6.5")
```
```
% ls /opt/ghc/8.6.5/lib/ghc-8.6.5/bin/ghc-pkg
/opt/ghc/8.6.5/lib/ghc-8.6.5/bin/ghc-pkg
``…
-
To replicate:
```
git clone git@github.com:composewell/streamly.git streamly-9.10-testing
cd streamly-9.10-testing
ghcup set ghc 9.4
cabal install bench-runner --project-file=cabal.project.report…
-
**Describe the bug**
In my project, I have a project freeze file that has flag settings for local packages set to `-some-flag`. I expect to be able to override this flag in the local project config…
-
A few windows users have reported ghc processes being left behind. A typical report:
> i installed tidal and it's deps using the choclatey thingy, and it works great - but i've noticed that, when i…
-
There is a nice refactoring package:
Demo: https://skillsmatter.com/skillscasts/6539-a-new-foundation-for-refactoring-ghc-exactprint
https://github.com/alanz/ghc-exactprint
-
I've made this wrapper for ghc-parmake that only routes --make commands to parmake. I cannot use ghc-parmake as drop-in for GHC as it doesn't report version numbers and such the way GHC does. Maybe th…