Peter Becich

Results 106 comments of Peter Becich

This is a great serialization library used by the IOHK fork: https://github.com/input-output-hk/purescript-bridge-json-helpers I have asked for permission to publish it on Pursuit: https://github.com/input-output-hk/purescript-bridge-json-helpers/issues/2

Good point, another example https://github.com/haskell/haskell-language-server/pull/3815#issuecomment-1733697453

I misread the `nix log`. `ghcide-test-utils` is correctly marked broken on both `master` and `haskell-updates`. Additionally, `ghcide` is broken on `haskell-updates`, but not marked broken. ``` nix build nixpkgs/haskell-updates#haskellPackages.ghcide ```...

I don't believe there is any jailbreaking in `hackage-packages.nix`, where `ghcide` is defined. `jailbreak` doesn't appear in that file: https://github.com/NixOS/nixpkgs/blob/fc9b80e7a36a991dd25490a5a8ea795439a190c6/pkgs/development/haskell-modules/hackage-packages.nix In smaller collections of packages for specific purposes, like text...

Currently `2.6.0.0` ``` $ nix search nixpkgs/haskell-updates#haskellPackages.ghcide * legacyPackages.x86_64-linux.haskellPackages.ghcide (2.6.0.0) The core of an IDE ``` The previous version `2.5.0.0` built correctly, and was merged to `nixpkgs/master` ``` nix search...

You're absolutely right, great catch, thanks ``` nix search nixpkgs/haskell-updates#haskellPackages.hie-bios * legacyPackages.x86_64-linux.haskellPackages.hie-bios (0.12.1) Set up a GHC API session ``` So `hie-bios` needs to be updated in `haskell-updates`

`ghcide` is fixed. `ghcide-test-utils` remains broken After `broken` removed: ``` Using Parsec parser Configuring ghcide-test-utils-1.9.0.0... CallStack (from HasCallStack): withMetadata, called at libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:368:14 in Cabal-3.10.1.0:Distribution.Simple.Utils Error: Setup: Encountered missing or private...

@haskell/haskell-ide , can someone publish a new release `2.6.0.0` for https://hackage.haskell.org/package/ghcide-test-utils? Just to fix the Nix package https://search.nixos.org/packages?channel=unstable&show=haskellPackages.ghcide-test-utils&from=0&size=50&sort=relevance&type=packages&query=ghcide-test-utils on `haskell-updates` branch noted the package `ghcide-test-utils` should ultimately be removed https://github.com/haskell/haskell-language-server/issues/3994#issuecomment-1902115440

No need for 2.6, the version on Hackage now fixed the issue like you said, thanks @fendor

It has this ``` -r,--recursive Recursive file search ``` but it doesn't work as I expect. Maybe I am using it incorrectly.