-
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…
-
I've been pulled up for being slack with proper name capitalization by pull request reviewers. I had a quick look at the docs and we could be more consistent with how we spell and markup certain commo…
-
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…
-
> [__5] rejecting: base-4.21.0.0/installed-cc73 (conflict: scientific => base>=4.15 &&
-
`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…
-
Generally I expect a binary like `/usr/bin/cabal` to be accompanied by a helpful manpage.
This should include available flags/subcommands and perhaps a few examples.
-
As of d5e40031984f1ba0c538324416690d651bb8b8ee, given the following module:
```
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE CPP #-}
module Liquid.Prelude () where
import GHC.Types(Bool(..…
-
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…