mr / ftp-client

Haskell FTP client
7 stars 15 forks source link

Released package does not accept bytestring v0.11 #22

Closed ysangkok closed 5 months ago

ysangkok commented 2 years ago

The version 0.5.1.4 on Hackage doesn't accept bytestring version 0.11.

But the source looks like it has no constraint on the version number.

It would be nice if the source and the version on Hackage corresponded. Then one could use ftp-client without tricks like cabal.project even though another library demands bytestring version 0.11.

If the trustees added these bounds and you'd like me to ask them to loosen the bounds, please let me know and I will ask.

Thanks for your time, the library is working great for us!

ysangkok commented 2 years ago

@mr People on IRC have suggested to me that Stack could have automatically generate these bounds. This issue could be fixed by publishing a new revision, which can be done using the Hackage web interface.

sjakobi commented 2 years ago

As a Hackage trustee, I have performed the requested bounds bump as requested in https://github.com/haskell-infra/hackage-trustees/issues/325:

https://hackage.haskell.org/package/ftp-client-0.5.1.4/revisions/

ysangkok commented 5 months ago

Closing this since I took over the package.