cabal icon indicating copy to clipboard operation
cabal copied to clipboard

Official upstream development repository for Cabal and cabal-install

Results 688 cabal issues
Sort by recently updated
recently updated
newest added

I'm looking at some git log and it says ``` f6c6c400b whoops ... c241917a7 Formatting. c02ed9424 Formatting, whitespace, 80-col violations. 5a07388f2 Formatting, whitespace, 80-col violations. ``` That's impossible to cherry-pick....

type: discussion

`cabal help` says: ``` You can edit the cabal configuration file to set defaults:

type: bug
cabal-install: other
meta: easy

(Imported from [Trac #688](http://hackage.haskell.org/trac/hackage/ticket/688), reported by guest on 2010-05-12) I want to be able to tell cabal to read the configuration from a different place than $HOME/.cabal/config. The ultimate goal...

type: enhancement
platform: linux
cabal-install: other

``` $ cabal build --help Compile all/specific components. Usage: cabal build [FLAGS] or: cabal build COMPONENTS [FLAGS] Components encompass executables, tests, and benchmarks. Affected by configuration options, see `configure`. Flags...

cabal-install: other
documentation

**Describe the bug** I want to do something with QuickCheck. I cloned [the current version][1] from the repository. I see a strange problem: `cabal build` works, but `cabal repl` has...

cabal-install: cmd/repl
can-workaround

According to the pvp we should specify upperbounds for [all dependencies](https://pvp.haskell.org/#dependencies-in-cabal). Since hackage in the future intents to reject packages without tight upper bounds on dependencies, it's prudent that cabal...

attention: pr-welcome
cabal-install: cmd/check
re: pvp
re: user experience

Add --pick-first-target flag Every other command defaults to what they used to do. Extracted from #7478 Not entirely sure about the purpose, extracted relevant changes and leaving this here so...

In the [email protected] mailing list from time to time the issue of package versioning policy compliance arises. There is a recent round starting with Data.Bits.zero. My observation is that programmers...

type: enhancement
cabal-install: cmd/check

My use case is that I have a lot of executables placed in different folders. Every executable contains a single Haskell source code file called `Main.is`. I would like to...

type: enhancement
Cabal: file format
Cabal: common stanza

It would be nice to be able to avoid writing the same imports everywhere - this becomes relevant as backpack encourages many internal libraries with similar cabal properties. The most...

type: enhancement
Cabal: common stanza