phadej / insert-ordered-containers

Associative containers retating insertion order for traversals
Other
11 stars 16 forks source link

Allow transformers-6.0 #46

Closed matobet closed 1 year ago

phadej commented 2 years ago

Please read through https://github.com/phadej/insert-ordered-containers/blob/master/CONTRIBUTING.md

I also won't support transformers-0.6 before GHC bundles them. It's just a PITA testing wise. CI doesn't pick that version. Until then use allow-newer.

ysangkok commented 1 year ago

@phadej GHC now bundles transformers-0.6: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/9370

phadej commented 1 year ago

@ysangkok it doesn't yet. GHC-9.6 is not released.

ysangkok commented 1 year ago

@phadej What about now :) ? Would appreciate it.

ysangkok commented 1 year ago

@matobet haskell-ci-0.16 supports GHC 9.6, so it would be nice if this PR included CI for that.