ffaf1
ffaf1
Many thank @jasagredo > In general, I think test-libraries should follow PVP the same way as normal libraries. This makes perfect sense, I misunderstood the proposal. > We are taking...
Notes from cabal-dev meeting (2025/04/24). We were wondering (@geekosaur, specifically) about sharing code between code that needs to run fast (benchmarks) and other, (non-benchmark) test-only code. Would that warrant a...
Let me ping @Kleidukos, who might be interested in the discussion.
Popular packages which have a “preferred version” on Hackage: `amazonka`, `hxt`, `hspec`, `webdriver`. So let me ping @sol, @brendanhay, @UweSchmidt, @erratic-pattern and ask this question: Is there a cogent reason...
Can confirm the example does not work here (Cabal head). To be clear: it does compile, but the terminal app is broken (corrupted screen). And I believe this is the...
`git bisect` says: 2d07efe3580a9fe8f1191d26056307d47205462c #9969 @sheaf
The tip of `3.12` does not show this problem.
Mhhh, I tried cabal-install 3.14.2.0 (compiled using version 3.14.2.0 of the Cabal library), Debian 12 (bookworm). It does not work. `ldd` output: ``` $ ldd dist-newstyle/build/x86_64-linux/ghc-9.10.1/hscurses-1.5.0.0/build/contact-manager/contact-manager linux-vdso.so.1 (0x00007ffdfddf6000) libm.so.6 =>...
> My naive expectation would be that the extra-libraries returned by the configure script should be added on later And the last one gets picked, right? In this case, it...
> I couldn't find any documentation of what behaviour is expected. @sheaf would you mind telling us _where_ you looked? Release is getting nearer and I would like to document...