Skip to content

Commit

Permalink
Merge pull request #96281 from expipiplus1/joe-hls-typo
Browse files Browse the repository at this point in the history
haskellPackages.haskell-language-server: fix typo in update script
  • Loading branch information
roberth committed Aug 25, 2020
2 parents 27b77e9 + e34b537 commit e36e1bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ghcide_old_version="$(sed -En 's/.*\bversion = "(.*?)".*/\1/p' "$ghcide_derivati
# This is the revision of ghcide used by hls on GitHub.
ghcide_new_version=$(curl --silent "https://api.github.com/repos/haskell/haskell-language-server/contents/ghcide" | jq '.sha' --raw-output)

echo "Updating haskell-language-server from old version $ghcide_old_version to new version $ghcide_new_version."
echo "Updating haskell-language-server's ghcide from old version $ghcide_old_version to new version $ghcide_new_version."
echo "Running cabal2nix and outputting to ${ghcide_derivation_file}..."

cabal2nix --revision "$ghcide_new_version" "https://github.com/wz1000/ghcide" > "$ghcide_derivation_file"
Expand Down

0 comments on commit e36e1bc

Please sign in to comment.