commercialhaskell / stackage

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

Add rhine bayes and rhine terminal #7451

Closed turion closed 2 weeks ago

turion commented 2 weeks ago

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

I wanted to test latest nightly support, but stack is currently unusable for me: https://github.com/commercialhaskell/stack/issues/5994#issuecomment-2165155088 I am assuming though that it should work.

turion commented 2 weeks ago

Depends on https://github.com/tweag/monad-bayes/pull/345

alexeyzab commented 2 weeks ago

Thanks!