Lyle Kopnicky
Lyle Kopnicky
Got this error on more than one machine (both MacBooks) when upgrading to HLS 1.0.0: ``` Couldn't figure out what GHC version the project is using: Failed to download https://github.com/haskell/haskell-language-server/releases/download/1.0.0/haskell-language-server-wrapper-macOS.gz:...
If you hover over a word within a string literal, it tries to look up that word for the type annotations. I looked at the source for getWord and I...
Platform: macOS Monterey 12.5.1, aarch64, nix 2.10.3 ``` % ./try-reflex If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues Add binary caches for reflex to...
### Your environment Which OS do you use: macOS Monterey (M1) Which LSP client (editor/plugin) do you use: vscode-haskell Describe your project (alternative: link to the project): hie.yaml, stack.yaml, package.yaml...
The Repa code uses repa-devil, and the latest version of that package requires transformers
## Your environment Which OS do you use? macOS 13.3 on aarch64 Which version of GHC do you use and how did you install it? 9.2.7 from ghcup How is...
Hi folks, I'm new to LiquidHaskell. I was able to get the [LH Plugin Demo](https://github.com/ucsd-progsys/lh-plugin-demo) to build and run using `stack`. But I wanted to try making my own project,...
I was able to start the docker container but it gave me a warning and eventually crashed. Showed the UI in the browser but it said it gave me "Error...
I got an error indicating that I should enable an extension: ``` retrie: user error ((RealSrcSpan SrcSpanOneLine "/Users/lylek/blah/src/Foo.hs" 91 34 38,"Illegal lambda-case (use -XLambdaCase)")) ``` But I have no way...
I see the stack configuration file for GHC 9.2.5, but I'd like to update that to use GHC 9.6.4 (or GHC 9.6.3). How does one go about figuring out what...