-
ghc --interactive -isrc
```
import Harpie.Shape as S
import Harpie.Fixed as F
a = F.range @[2,3,4]
x1 = F.indexes (Dims @'[0]) (fins @'[2] [0]) a
x1
[Error: [Cabal-7125]
repl failed for harp…
-
This is the checklist of the 3.14.0.0 release, whose main highlight is [Building profiled, dynamically-linked cabal projects #9900](https://github.com/haskell/cabal/pull/9900). The previous [issue lik…
-
Currently `get-tested` outputs JSON:
```
$ get-tested my-project.cabal
["9.8.2", "9.10.1"]
```
It was nice if there was an option to print that in a more shell-friendly format, i.e. one version p…
mmhat updated
3 months ago
-
[katip-testsuite.log](https://github.com/user-attachments/files/17295935/katip-testsuite.log)
-
Currently, the custom Setup.hs used for doctests causes cross-compilation to fail due to a [loingstanding cabal bug](https://github.com/haskell/cabal/issues/1493).
I set `write-ghc-environment-file…
-
Maybe this belongs on the website repo, but, would it be helpful to have a couple examples somewhere of how to automate generating code with BNFC as part of the build process?
I recall (would take …
-
Perhaps we should bundle the latest `Cabal` and `Cabal-syntax` libraries with the `cabal-install` executable data files.
Then `cabal-install` can decide whether to build the latest `Cabal` library…
-
Currently the only installation process is to install from source as a Nix-style build. This is probably okay if the package is available on Hackage, but it's a bit limiting. See if we can get a stand…
-
**Additional context**
Haskell's development tooling has matured a lot in the last years. One of the important areas for improvement to me is documentation.
**What is wrong with the docs?**
Havin…
-
It would be nice if there was an option option to use the cabal file in the cwd instead of using `--io=*.cabal` or even better detect when `cabal-gilt` is not in a pipe and use the *.cabal file.