gRPC-haskell icon indicating copy to clipboard operation
gRPC-haskell copied to clipboard

Publish for newer Stackage snapshots

Open TimWSpence opened this issue 6 years ago • 8 comments

AFAICT this is not published for newer stackage snapshots eg lts-14.9 (and possibly not at all - I haven't looked back very far). Is there a reason for this?

Thanks!

TimWSpence avatar Oct 16 '19 11:10 TimWSpence

@TimWSpence: We're currently not on Stackage yet, mostly because we haven't looked into it, yet. We're going to slowly ramp up back to actively maintaining this repository and once we get into a regular cadence we'll add this to Stackage

Gabriella439 avatar Nov 08 '19 18:11 Gabriella439

Awesome, thanks @Gabriel439! :) Do you have any idea of a timeframe for that? I have some upcoming projects which will require GRPC

TimWSpence avatar Nov 13 '19 13:11 TimWSpence

@TimWSpence: Maybe a few months from now?

Gabriella439 avatar Nov 21 '19 23:11 Gabriella439

Hey @Gabriel439 any update on this? Thanks! :)

TimWSpence avatar Feb 07 '20 10:02 TimWSpence

@TimWSpence: We're going to go ahead and add this to Stackage. I assigned @transitracer to begin this process

Gabriella439 avatar Apr 22 '20 22:04 Gabriella439

@Gabriel439 this is great news, thank you! 😃

TimWSpence avatar Apr 27 '20 16:04 TimWSpence

I'm going to go ahead and just toss the tasklist for this here so that it's on the issue:

  • [x] proto3-wire - stackage#5362
  • [ ] proto3-suite
    Selected resolver: nightly-2020-05-15
    Resolver 'nightly-2020-05-15' does not have all the packages to match your requirements.
        proto3-wire not found
            - proto3-suite requires ==1.1.*
        semigroups version 0.19.1 found
            - proto3-suite requires ==0.18.*
        swagger2 version 2.5 found
            - proto3-suite requires >=2.1.6 && <2.5
        tasty version 1.2.3 found
            - proto3-suite requires >=0.11 && <1.2
        Using package flags:
            - proto3-suite: FlagName "dhall" = False
    
  • [ ] grpc-haskell-core
    Selected resolver: nightly-2020-05-15
    Resolver 'nightly-2020-05-15' does not have all the packages to match your requirements.
        proto3-suite not found
            - grpc-haskell-core requires -any
        Using package flags:
            - grpc-haskell-core: FlagName "debug" = False
    
  • [ ] grpc-haskell
    Selected resolver: nightly-2020-05-15
    Resolver 'nightly-2020-05-15' does not have all the packages to match your requirements.
        async version 2.2.2 found
            - grpc-haskell requires ==2.1.*
        criterion version 1.5.6.2 found
            - grpc-haskell requires ==1.1.*
        grpc-haskell-core not found
            - grpc-haskell requires -any
        proto3-suite not found
            - grpc-haskell requires >=0.4.0.0
        proto3-wire not found
            - grpc-haskell requires -any
        Using package flags:
            - grpc-haskell: FlagName "debug" = False, FlagName "with-examples" = False
    

lambdadog avatar May 15 '20 20:05 lambdadog