feat(tools): Add custom GHC with dependencies to env
This commit is contained in:
parent
6fbdf41b05
commit
27c3e77d2f
2 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,9 @@ case "${TARGET_TOOL}" in
|
|||
stylish-haskell)
|
||||
attr="haskellPackages.stylish-haskell"
|
||||
;;
|
||||
ghc)
|
||||
attr="thirdParty.ghc"
|
||||
;;
|
||||
*)
|
||||
echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
|
||||
exit 1
|
||||
|
|
1
tools/bin/ghc
Symbolic link
1
tools/bin/ghc
Symbolic link
|
@ -0,0 +1 @@
|
|||
__dispatch.sh
|
Loading…
Add table
Reference in a new issue