commercialhaskell / stackage

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

Add validation-selective #7428

Closed telser closed 4 months ago

telser commented 4 months ago

I'm happy to shepherd this package for stackage as discussed with the maintainers at https://github.com/kowainik/validation-selective/issues/88.

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 4 months ago

Thanks!