Commit 6873a34f authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Remove package.yaml

parent 04e82dd6
......@@ -26,4 +26,6 @@ actual_cabal_project_hash=$(sha256sum cabal.project | awk '{printf "%s",$1}')
if [[ $actual_cabal_project_hash != $expected_cabal_project_hash ]]; then
echo "ERROR! hash mismatch between expected cabal.project and the one computed by stack2cabal."
exit 1
else
echo "cabal.project updated successfully."
fi
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment