You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curiously I wasn't pinged to update another one of my packages (saturn), even though it's also in Stackage and depends on QuickCheck < 2.15. After thinking about it for a minute, I realized that saturn depends on QuickCheck in one of its internal libraries (namely saturn:lib:spec): https://github.com/tfausak/saturn/blob/1.0.0.3/saturn.cabal#L81
Is that a problem for this curator tool? I wasn't sure where to report this issue.
The text was updated successfully, but these errors were encountered:
There is some long-standing Stack issue, I think. We have commercialhaskell/stackage#4475 for curator and commercialhaskell/stack#4148 on stack. Maybe more, but these are the ones I know of, I need to find some long time to look into them
commercialhaskell/stack#4148 is specific to stack ghci. stack build 'proper' should work with sub-libraries, since Stack 2.15.1. However, you can't specify a public sub-library as an isolated build target with Stack, because Stack still approaches building in terms of 'packages (with components)' rather than 'components (of packages)'.
I was recently pinged to update one of my packages (
burrito
) to allowQuickCheck
2.15: commercialhaskell/stackage#7391Curiously I wasn't pinged to update another one of my packages (
saturn
), even though it's also in Stackage and depends onQuickCheck < 2.15
. After thinking about it for a minute, I realized thatsaturn
depends onQuickCheck
in one of its internal libraries (namelysaturn:lib:spec
): https://github.com/tfausak/saturn/blob/1.0.0.3/saturn.cabal#L81Is that a problem for this curator tool? I wasn't sure where to report this issue.
The text was updated successfully, but these errors were encountered: