Stackage: Why isn't newtype-generics included in the new nightly with GHC-8.4.1?

Created on 13 Mar 2018  路  10Comments  路  Source: commercialhaskell/stackage

newtype-generics builds and tests cleanly with nightly-2018-03-13.

All 10 comments

I wanted to get a nightly out there quickly, even if it is much smaller than usual. I used some rough heuristics and removed wide swaths of packages. Much too wide, but I was aware of this. We will be working on re-enabling as many packages as possible over the next few days.

Oh, ok. I'll leave this open so other package maintainers will also see your explanation.

newtype-generics builds and tests cleanly with nightly-2018-03-13.

Turns out I missed a non-zero exit code and tested with lts-10! :)

Here's how stack init fails with the new nightly:

$ stack init --resolver nightly --force
Looking for .cabal or package.yaml files to use to init the project.
Using cabal packages:
- ./

Selected resolver: nightly-2018-03-13
Selected resolver: nightly-2018-03-13
The following packages specified by flags or options are not found: persistent-sqlite yaml

Not sure if this is a stack bug or an problem with the snapshot.

I'm also seeing that failure (re: persistent-sqlite).

The following packages specified by flags or options are not found: persistent-sqlite yaml

This was fixed in https://github.com/commercialhaskell/stack/pull/3916.

A stack minor release is underway, but the impatient can tell stack to upgrade itself from source.

stack upgrade --git --git-branch stable

Note that newtype-generics still hasn't made a release to hackage with bounds that allow for base-4.11. That seems to be the only reason for its exclusion at this point. I've opened an issue: https://github.com/jcristovao/newtype-generics/issues/21

Note that newtype-generics still hasn't made a release to hackage with bounds that allow for base-4.11.

Oh, that's a bit embarassing! :/

I've uploaded a new release!

It's in the build plan now; I expect it to appear in the next nightly.

Thanks a lot for your work, @DanBurton! :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alexeyzab picture alexeyzab  路  7Comments

emilypi picture emilypi  路  6Comments

erikd picture erikd  路  6Comments

DanBurton picture DanBurton  路  7Comments

juhp picture juhp  路  6Comments