fix(haskell)[1][1]

ugh, embarrassing. commented out all the work.

closes #3008
closes #3007
closes #3006
closes #3005
This commit is contained in:
Jacob Heider 2023-08-21 18:46:43 -04:00
parent 566d41c308
commit 2348c5ff00
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -51,12 +51,12 @@ build:
curl.se: '*'
tea.xyz/gx/make: '*'
script:
# - curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
# - PATH={{prefix}}/.ghcup/bin:$PATH
# - ghcup install ghc {{version}}
# - ghcup set ghc {{version}}
# - run: ln -s .ghcup/* .
# working-directory: ${{prefix}}
- curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
- PATH={{prefix}}/.ghcup/bin:$PATH
- ghcup install ghc {{version}}
- ghcup set ghc {{version}}
- run: ln -s .ghcup/* .
working-directory: ${{prefix}}
- run: |
find . -type f -print0 | xargs -0 sed -i.bak -e "s|$TEA_PREFIX|\$TEA_PREFIX|g"
rm *.bak