maintainers/scripts/haskell/hydra-report.hs: fix outdated hydra-unstable reference

This commit is contained in:
Malte Brandy 2022-05-20 21:27:31 +02:00
parent 87421f9fc0
commit cb20a40177

View File

@ -1,6 +1,6 @@
#! /usr/bin/env nix-shell
#! nix-shell -p "haskellPackages.ghcWithPackages (p: [p.aeson p.req])"
#! nix-shell -p hydra_unstable
#! nix-shell -p hydra-unstable
#! nix-shell -i runhaskell
{-