jade
jade
### Your environment Which OS do you use? macOS 12.5.1 on aarch64 Which version of GHC do you use and how did you install it? ghc-9.2.4 from nix How is...
I have to set `ormolu.defaultExtensions` in `flake.nix` to use `ImportQualifiedPost` in my files, even though invoking Fourmolu manually does not require such since it reads the Cabal files. This seems...
https://github.com/tweag/ormolu/issues/927 is a bug where fourmolu/ormolu cannot build on macOS due to using TH to build some massive value, which then segfaults the linker. It has a flag to Not...
**Describe the bug** I cannot find any documentation on the cabal.project reference about the `program-locations` stanza. Sample usage: ``` program-locations gcc-location: /usr/bin/clang ``` **To Reproduce** ``` co/cabal - [master] Ā»...
Hackage supports generating an API key, which stack supports: https://github.com/commercialhaskell/stack/issues/5513 However, I can't find anything in the Cabal code supporting this. It would be quite nice to have it.
**Describe the bug** The error message from forgetting to include a package in the project file is positively baffling. **To Reproduce** `cabal.project`: ``` packages: . ``` ``` programs/hsutils - [mainā]...
**Describe the bug** We had a bug at work where our project would not build in a pure nix-shell on macOS, since the Nix stdenv uses clang on macOS. However,...
Cabal has a flag `--project`, but it seems that there's not any way of using that with implicit-hie. The practical use case of `--project` is when you may have a...
Hi! I'm a contributor to @iand675's hs-opentelemetry project, which does OpenTelemetry for Haskell. If you're not familiar, OpenTelemetry lets people trace requests through distributed systems, with any number of services...
I was reading some GHC sources when I found my highlighting was broken. Here's a minimized example (which does compile with GHC): ```haskell module OhNo where lookupIdInScope :: Monad m...