August Johansson

Results 15 issues of August Johansson

Hi, I have some questions about making extensions for Treemacs. I have used treelib so far and I want to make sure that it is correct option. Why are both...

Overview: This patch enhances Haskell Mode by integrating Projectile to determine whether Stack, Cabal, or system GHC should be used for a project. Previously, GHC selection relied on auto-detection, which...

I updated `action.yml` to use a newer commit hash which does not print some debug log messages, updated the changelog with the backwards compatibility improvements and bump version to v0.1.9.1....

Hello, I’m currently using `get-tested` with `newest: true` to build releases for the newest GHC my software supports. My cabal file also has flags like: ``` flag transformation description: Enable...

Hi! I’m using Nob to run commands and capture their output directly in memory (as a char* string). With the older functions (nob_cmd_run_async_redirect), this was straightforward using pipes. ```c char...

### Is your enhancement related to a problem? Please describe. I'm using `yaml-language-server` together with `schemaStore`. It correctly fetches schemas, but it automatically associates a schema with one of my...

## Problem When generating Haddock documentation, autogenerated `Paths_*` modules trigger warnings about missing documentation for functions like: - `version` - `getBinDir` - `getLibDir` - `getDynLibDir` - `getDataDir` - `getLibexecDir` -...

type: enhancement

**Problem:** `hpack` changes capitalization and spacing in the `tested-with` section, breaking Gild formatting. Related: #617 **Expected behavior:** Maintain exact formatting, including capitalization, spacing, and commas. **Example:** -- Before (Gild-formatted) ```cabal...

**Problem:** `hpack` merges multiple `ghc-options` entries into a single line or changes indentation. Related: #617 **Expected behavior:** Keep each `ghc-options` entry on its own line with the original indentation. **Example:**...

**Problem:** `hpack` reorders files in the `extra-source-files` section, which affects diff readability. Related: #617 **Expected behavior:** Keep the original order exactly as written. **Example:** -- Before (Gild) ```cabal extra-source-files: README.md...

info needed