Skip to content

Commit

Permalink
shell.tools mappings for steeloverseer and implicit-hie
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Dec 4, 2022
1 parent df280ea commit 1957a16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overlays/tools.nix
Expand Up @@ -48,13 +48,17 @@ in { haskell-nix = prev.haskell-nix // {
# Tools better known by their exe name.
toolPackageName = {
cabal = "cabal-install";
sos = "steeloverseer";
gen-hie = "implicit-hie";
};

# Packages that are better known by their package name. We are not
# reusing toolPackageName here as perhaps the more one package
# will have the same exe name.
packageToolName = {
cabal-install = "cabal";
steeloverseer = "sos";
implicit-hie = "gen-hie";
};

hackage-tool = projectModules:
Expand Down

0 comments on commit 1957a16

Please sign in to comment.