-
List the required libraries and what file needs to be run.
-
Organize the source code to rely on cabal to get the following benefits.
- The organization will look standard.
- Some functions in Utils.hs will be gone, due to existing ones in libraries.
-
* ran `shellcheck` (a bash linter) on `./`
* add `shopt -s nullglob` to `_cabal_list_targets`
1. lint with shellcheck:
```
$ shellcheck ./cabal/cabal-install/bash-completion/cabal
^-- SC2…
-
When I try to build it through cabal install snaplet-liftajax.cabal, it yields this error message when compiling Js.hs:
> > src/Snap/Snaplet/LiftAjax/Js.hs:29:78:
> > Couldn't match expected type…
-
As noticed in https://github.com/haskell/haskell-language-server/pull/4224#discussion_r1597873736, non-standard formatting can make it harder to read and .cabal file.
We have now at least two good …
-
You require `cabal-version: 3.0`:
https://github.com/gtk2hs/gtk2hs/blob/73c513251d19e2abbcf28162f2eaaf7a2d0e31c6/cairo/cairo.cabal#L1
But for the setup, you only require `Cabal >= 2.0`:
https://git…
-
How should we set up this action to cache stack, like [cabal with caching](https://github.com/haskell-actions/setup#model-cabal-workflow-with-caching). Here's the [caching for liquid-fixpoint](https:/…
-
Looking at the MANUAL.rst it seems that only `cabal repl` is supported. It would be nice to also support `stack repl` as well.
Perhaps this is already supported with the `--cmd` option, but this is…
-
**Describe the bug**
```
+ cabal upload --publish --publish -d dist-docs.nENRAe/file-io-0.1.3-docs.tar.gz
hackage.haskell.org username: maerwald
hackage.haskell.org password:
Uploading document…
-
Compiling `crux-mir-comp`, I see this warning message:
```
Warning: File listed in crux-mir-comp/crux-mir-comp.cabal file does not exist: README.md
```
The reference is from an `extra-source-files…