ITADN

Update haskell.nix and hackage.nix flake inputs

#5218Closedpaolino 创建于 2026-04-01
P
paolinocommented
## Problem The `haskellNix` flake input is 171 commits behind master and `hackage` is 712 commits behind master. Since haskell.nix transitively pulls in `cardano-base`, `cardano-ledger`, and `ouroboros-network` from the old `input-output-hk` org (these repos migrated to `IntersectMBO`), updating haskell.nix should resolve the stale org references. ## Stale pins | Input | Current | Status | |-------|---------|--------| | haskell.nix | `ef52c36b9835` | 171 behind master | | hackage.nix | `26b99ff043af` | 712 behind master | | stackage.nix | `1a0ea16d9976` | 188 behind master | ## Transitive impact Updating haskell.nix may also resolve these transitive stale-fork references: - `input-output-hk/cardano-base` → migrated to `IntersectMBO/cardano-base` - `input-output-hk/cardano-ledger` → migrated to `IntersectMBO/cardano-ledger` - `input-output-hk/ouroboros-network` → migrated to `IntersectMBO/ouroboros-network` ## Steps 1. `nix flake update haskellNix` 2. `nix flake update hackage` 3. Build and test
关闭于 2026-04-02 0 条评论