lol

hugs: fix meta.mainProgram

this allos lib.getExe to work as expected, e.g. in uses of `nix run ...`
(currently it fails since the binary is `hugs`, but the package `hugs98`)

authored by

stuebinm and committed by
Yaya
0fc6faf9 0e79eaf4

+1
+1
pkgs/development/interpreters/hugs/default.nix
··· 41 41 42 42 meta = with lib; { 43 43 broken = stdenv.isDarwin; 44 + mainProgram = "hugs"; 44 45 homepage = "https://www.haskell.org/hugs"; 45 46 description = "Haskell interpreter"; 46 47 maintainers = with maintainers; [ joachifm ];