Bump. I'd like to package GHC 8.10 for FreeBSD, and stack is the last blocker remaining.
--
You received this message because you are subscribed to the Google Groups "haskell-stack" group.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stac...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/21f2a5d2-bf13-41e2-866b-7505a242bae6n%40googlegroups.com.
What exactly is the problem?
When I do this:stack unpack stack-2.3.1 && cd stack-2.3.1
echo 'resolver: nightly-2020-08-03' > stack.yaml
stack build --dry-run
It constructs a valid build plan using ghc 8.10 for building stack-2.3.1 which includes the latest pantry and latest Cabal.-- Dan Burton
--
You received this message because you are subscribed to the Google Groups "haskell-stack" group.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stac...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/f7d7256c-5620-4990-9745-7e4d13080faan%40googlegroups.com.
I tried the build and it seems that stack-2.3.1 has a build failure with pantry-0.5.1.1 due to src/Stack/Types/Resolver being duplicated in both.-- Dan Burton
--
You received this message because you are subscribed to the Google Groups "haskell-stack" group.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stac...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/10515839-5bf9-4518-8b10-dcca9c142393n%40googlegroups.com.
Please see https://github.com/commercialhaskell/stack/pull/5361. This is what will likely be stack-2.3.3, and supports being built using GHC 8.10.
To view this discussion on the web visit
https://groups.google.com/d/msgid/haskell-stack/CALSygweRJRKeDnpzSs6M9vWRT2ChGjV6zhNzwd%3DHCYtRfwzucw%40mail.gmail.com.
Just in case you haven’t seen the announcement: stack-2.3.3 has been released now. https://github.com/commercialhaskell/stack/releases/tag/v2.3.3