Skip to content

Instantly share code, notes, and snippets.

@vst
Created May 1, 2024 23:58
Show Gist options
  • Save vst/2e3d9d26634e4e76ebb84fe04358bbc6 to your computer and use it in GitHub Desktop.
Save vst/2e3d9d26634e4e76ebb84fe04358bbc6 to your computer and use it in GitHub Desktop.
Add Niv Haskell Package Entry
#!/usr/bin/env bash
_package="${1}"
_version="${2}"
niv add "${_package}" \
--version "${_version}" \
--template "https://hackage.haskell.org/package/${_package}-<version>/${_package}-<version>.tar.gz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment