stripe icon indicating copy to clipboard operation
stripe copied to clipboard

Not available on stackage anymore

Open ii8 opened this issue 1 year ago • 2 comments

Stripe has disappeared from the stackage distribution. Here are the reasons listed in build-constraints.yaml

        - stripe-core < 0 # tried stripe-core-2.6.2, but its *library* requires aeson >=0.8 && < 0.10 || >=0.11 && < 1.6 and the snapshot contains aeson-2.1.2.1
        - stripe-core < 0 # tried stripe-core-2.6.2, but its *library* requires bytestring >=0.10 && < 0.11 and the snapshot contains bytestring-0.11.5.2
        - stripe-core < 0 # tried stripe-core-2.6.2, but its *library* requires mtl >=2.1.2 && < 2.3 and the snapshot contains mtl-2.3.1
        - stripe-core < 0 # tried stripe-core-2.6.2, but its *library* requires text >=1.0 && < 1.3 and the snapshot contains text-2.0.2
        - stripe-core < 0 # tried stripe-core-2.6.2, but its *library* requires time >=1.4 && < 1.11 and the snapshot contains time-1.12.2
        - stripe-core < 0 # tried stripe-core-2.6.2, but its *library* requires transformers >=0.3 && < 0.6 and the snapshot contains transformers-0.6.1.0
        - stripe-haskell < 0 # tried stripe-haskell-2.6.2, but its *library* requires the disabled package: stripe-core
        - stripe-haskell < 0 # tried stripe-haskell-2.6.2, but its *library* requires the disabled package: stripe-http-client
        - stripe-http-client < 0 # tried stripe-http-client-2.6.2, but its *library* requires aeson >=0.8 && < 0.10 || >=0.11 && < 1.6 and the snapshot contains aeson-2.1.2.1
        - stripe-http-client < 0 # tried stripe-http-client-2.6.2, but its *library* requires bytestring >=0.10 && < 0.11 and the snapshot contains bytestring-0.11.5.2
        - stripe-http-client < 0 # tried stripe-http-client-2.6.2, but its *library* requires text >=1.1 && < 1.3 and the snapshot contains text-2.0.2

Is this project still maintained?

ii8 avatar Oct 16 '23 12:10 ii8

Arriving at the conclusion that despite all of the badges on the README that this seems dead. It hasn't kept up with the rest of the Haskell ecosystem. I'd love to see this get back into Stackage.

ProofOfKeags avatar Oct 25 '23 03:10 ProofOfKeags

Hi. stripe-api is available in horizon-platform at GHC 9.8. https://horizon-haskell.net

locallycompact avatar Feb 07 '24 21:02 locallycompact