Skip to content

Commit

Permalink
fix(haskell)[1][1]
Browse files Browse the repository at this point in the history
ugh, embarrassing. commented out all the work.

closes #3008
closes #3007
closes #3006
closes #3005
  • Loading branch information
jhheider committed Aug 21, 2023
1 parent 566d41c commit 2348c5f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/haskell.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2348c5f

Please sign in to comment.