Hacoo Github | 2024 |

jobs: upload: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2

- name: Build and test run: | cabal v2-update cabal v2-configure cabal v2-build cabal v2-test

- name: Upload to Hackage env: HACKAGE_USERNAME: $ secrets.HACKAGE_USERNAME HACKAGE_PASSWORD: $ secrets.HACKAGE_PASSWORD run: | cabal v2-sdist curl -X POST \ https://hackage.haskell.org/api/v1/packages \ -H 'Content-Type: application/json' \ -u $HACKAGE_USERNAME:$HACKAGE_PASSWORD \ -d '"package": "name":"your-package-name","version":"your-package-version"' In this example, replace your-package-name and your-package-version with the actual name and version of your package.

Välkommen tillbaka!

Logga in på ditt konto nedan

Retrieve your password

Please enter your username or email address to reset your password.

WP2Social Auto Publish Powered By : XYZScripts.com

Add New Playlist