commercialhaskell / stackage

Stable Haskell package sets: vetted consistent packages from Hackage
https://www.stackage.org/
MIT License
525 stars 797 forks source link

Re-add github-rest #7439

Closed brandonchinn178 closed 4 weeks ago

brandonchinn178 commented 1 month ago

Removed in #7431, new version 1.2.0 replaces jwt with jose-jwt, which has been updated with crypton

Checklist:

The script runs virtually the following commands in a clean directory:

  stack unpack $package-$version # `-$version` is optional
  cd $package-$version
  rm -f stack.yaml && stack init --resolver nightly --ignore-subdirs
  stack build --resolver nightly --haddock --test --bench --no-run-benchmarks