cabal
cabal copied to clipboard
Official upstream development repository for Cabal and cabal-install
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....
`cabal help` says: ``` You can edit the cabal configuration file to set defaults:
(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...
``` $ 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...
**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...
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...
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...
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...
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...