-
I would love to switch away from stack for development, but there are some real and important things missing to do so.
In this issue I'd like to list those with checkboxes, in case feature-parity wit…
-
As of d5e40031984f1ba0c538324416690d651bb8b8ee, given the following module:
```
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE CPP #-}
module Liquid.Prelude () where
import GHC.Types(Bool(..…
-
A few insights into bounds that `cabal check` could teach the users via some new warnings:
1. A lower bound should be inclusive, i.e. of the form `>= version`, and not exclusive, i.e. `> version`. C…
-
`stack.yaml` has a top-level `flags` key to specify Cabal flags to pass to any package:
https://docs.haskellstack.org/en/stable/configure/yaml/project/#flags
It would be nice to for `stacklock2n…
-
It would be nice to have a `-- cabal-gilt: version` pragma that adds a comment below the pragma of `-- Generated by cabal-gilt version `
-
There isn't any documentation for `cabal.project`, and it mostly does what people expect, except when it doesn't. So there are two problems: (1) there needs to be documentation saying exactly what `ca…
-
## Motivation
At ZuriHac 2024 we (@andreabedini, myself and others) talked with @ivanperez-keera and @fdedden about the user experience of using GHC and cabal for people who are not Haskell develop…
-
### What happened?
carrying on from https://github.com/MercuryTechnologies/ghciwatch/issues/308 - cabal-install 3.12.1.0 is out now, and the multiple component repl seems to work. unfortunately, ghci…
-
Can we have `make style` ignore well-known build directories like `dist-newstyle` and `.stack-work`?
```
$ make style
Cabal-syntax/.stack-work/dist/x86_64-linux/ghc-8.10.7/build/Distribution/Fiel…
-
**Describe the bug**
The solver doesn't seem to take into account constraints placed on packages in build-tool-depends.
**To Reproduce**
With the following cabal file & the cabal.project file:
-…