-
I'm trying to add liquidhaskell to my cabal project, but I keep encountering this error.
I am on Windows 10, using GHC 9.10.1 with liquidhaskell-0.9.10.1. This is the error:
```
Resolving depen…
-
-
Executing `cabal test cardano-constituion-tests --test-option "-p /Golden/"` causes ten tests to fail: see the attached output. It's not immediately clear what the problem is, but many of the failure…
-
What should we report when there are duplicate imports?
Is it acceptable that there are duplicates reported for configuration, such as the 5 times for `- yops/yops-9.config` with the project added …
-
**Describe the feature request**
A simple description of what you would like to be added to Cabal.
Given a project as follows:
```
$ cat cabal-freeze-bug.cabal
cabal-version: 3.0
name: …
-
**Describe the bug**
In my project, I have a project freeze file that has flag settings for local packages set to `-some-flag`. I expect to be able to override this flag in the local project config…
-
Latest doctest seems to want to access /usr/local/bin/ghc-VERSION even though I reinstalled ghc with ghcup:
```
$ ghc -V
The Glorious Glasgow Haskell Compilation System, version 9.10.1
$ which g…
-
> I wonder if `cabal --version` on a non-release build should include a Git commit. (@geekosaur)
This has been bugging me too, as a daily user of cabal-head, this would be greatly appreciated. (@Kl…
-
Initial implementation: https://github.com/sol/doctest/pull/425
Based on: https://github.com/mpickering/cabal-doctest-demo/blob/master/cabal-doctest
Related discussions:
- https://github.com/hask…
-
**What is your question?**
I need to install different `data-files` depending on a condition (in my case which compiler it is).
I tried using an `if`, but that doesn't seem to work.
Is there no…