Artem Pelenitsyn
Artem Pelenitsyn
I downloaded the script, run it on my Ubuntu 16.04 laptop and get ``` $ with ls /home/ulysses/bin/with: 12: /home/ulysses/bin/with: Syntax error: "(" unexpected (expecting "fi") ```
[>>> Rendered](https://github.com/haskell/cabal/blob/ap/readme-update-2022-08/README.md) - add cabal-install-solver to the list of main packages in the repo - turn ways to install cabal-install into a list instead of a sequence of headers -...
--- Please include the following checklist in your PR: * [x] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#conventions). * [x] Any changes that could be relevant to users [have been recorded...
The question [comes from Reddit](https://www.reddit.com/r/haskell/comments/wm656h/just_released_cabal_3810/ik97kj4). Perhaps it may bring some benefit? Even if only in terms of popularizing text-2.0...
fix #5974 #7727 This is a cheap fix via straightforward extension of #6102 --- Please include the following checklist in your PR: * [ ] Patches conform to the [coding...
Simplifies `*.project.*` files a bit. It wasn't feasible before #7973, as `program-options` were applied to dependencies as well, which is undesirable. This is undoing 0c99981, which was a stop-gap against...
Trying to fix my fault from #8259 (thanks @andreasabel for noticing): `cabal haddock --disable-documentation` seems to work as expected with this patch. Below is a description of a problem I...
`C-c C-s` works fine (adds a function template) with ``` head : List a -> a ``` but adds only a blank line for ``` head : List a ->...
Since the support for REPL ("interactive", >>>-) examples was added 12 years ago (28bd97759174c9169b7633ee45d39c82fd069dd9), it had this strong/bold decoration. I don't see a reason for that and find REPL-heavy examples...