-
`encodeWith` and `decodeWith` use `try @SomeException` to catch all exceptions that may arise while dealing with C buffers.
See for instance https://github.com/haskell/os-string/blob/06a9edc5d25191…
-
**1.** License Name: Clause 6 Exception to LGPL 2.1
**2.** Short identifier: clause-6-exception-lgpl-2.1
**3.** License Author or steward: Unknown
**4.** Comments: This was discovered during License r…
-
I thought that ghcup would offer the latest (bugfix) ghcs, but it doesn't seem to. The current stable releases are
```
[9.10.1](https://www.haskell.org/ghc/download_ghc_9_10_1.html)
[9.8.3](https:…
-
The following code crashes LF
```haskell
{-# LANGUAGE GADTs #-}
{-@ LIQUID "--ple" @-}
{-@ LIQUID "--reflection" @-}
{-@ LIQUID "--save" @-}
module Printf where
im…
-
I had quick skim through code, and it seems like no feature from haskell mode is strictly required by lsp haskell that would be a big effort to change.
https://codeberg.org/pranshu/haskell-ts-mode
-
# Description
Exception handling for Haskell aren't presently on Code Thesaurus. This issue is to add that concept to the system.
# Directions
* On the home page, on the right side (the refer…
-
### Problem description
[ERROR 03/03/2024 18:06:13] ...acker\start\mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=haskell-language-server) error=spawn: pwsh fa…
-
## Reasons for this change:
1. I want to get familiar with parsing in Haskell.
2. In order to really refine the output, we need to have more advanced parsing of the text. Immediate issues that call fo…
ghost updated
2 weeks ago
-
The discoverer should be able to read the `name` from the cabal file without using IFD. This will unbreak `nix flake show` etc.
Also this will allow us to decide which translator should be used for a…
-
Some of the Swarm Haskell modules have grown exceedingly large, which makes them hard to maintain.
Notably:
```bash
find src -name '*.hs' -exec wc -l {} \; | sort -h | tail -n 6
# 857 src/Swarm…