commercialhaskell / stackage

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

Add falsify, update email, sort packages #7427

Closed pgujjula closed 1 month ago

pgujjula commented 1 month ago

falsify is not my package, I received permission to add it to Stackage here:

https://github.com/well-typed/falsify/issues/71#issuecomment-2109618641

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
alaendle commented 1 month ago

Thanks!