haskell / network-uri

URI manipulation facilities
Other
24 stars 33 forks source link

Changes #49

Closed phadej closed 4 years ago

phadej commented 4 years ago

These are the changes as in #48.

I think we should include them, as they would make the release a little more solid.

Also I regenerated .travis.yml with newer haskell-ci (the successor of make_travis_yml2.hs).

ezrakilty commented 4 years ago

Great—I'm going to let the Travis tests complete and then I'll merge it and release it.

In case anything goes wrong with the Template Haskell changes, I'll still update the version number and re-release.

ezrakilty commented 4 years ago

OK, I'm ready to release: https://hackage.haskell.org/package/network-uri-2.6.2.0/candidate

I've never had to unrelease a package before. Is there anything I have to do to suppress 2.7.0.0 from being picked up by anyone?

ezrakilty commented 4 years ago

Released 2.6.2.0

ezrakilty commented 4 years ago

OK, I found the tool to set deprecated versions in Hackage and deprecated 2.7.0.0.

FYI: I'm going to be mostly offline for the next few days (great timing, I know). I maybe be able to follow the thread, but not update the code.

phadej commented 4 years ago

Yes, deprecation is the right thing to do, thanks for prompt responses now! I think it's fine now.