haskell-suite / haskell-names

Haskell suite library for name resolution
52 stars 17 forks source link

Export getModuleExtensions #57

Closed phischu closed 9 years ago

phischu commented 10 years ago

Hi, I need just another little helpful function that I do not want to copy paste.

UnkindPartition commented 10 years ago

Hi. I'm no longer maintaining this; would you like to take over? http://ro-che.info/articles/2014-11-01-rebalancing-open-source-portfolio

phischu commented 10 years ago

Hi, I would love to maintain haskell-names. Does this mean I can do whatever I like with it? Do I have any responsibilities?

UnkindPartition commented 10 years ago

I can think of two things:

  1. haskell-names is used by Fay, so keep @bergmark and other folks there happy
  2. Don't be evil

That said, sure, take it in whatever direction you think is best for the project.

phischu commented 10 years ago

Ok, bought!

UnkindPartition commented 10 years ago

Great! I'll grant you the permissions during the next few days.

bergmark commented 10 years ago

Good to hear @phischu, thanks!

Fay's test suite is pretty extensive so if you want some extra assurance when making changes you can run that as well. It would also make my life easier ;-)

I'm still happy to stay as a backup maintainer if you'd like, see http://ro-che.info/articles/2014-02-08-my-haskell-will , it has been zero work for me so far.

UnkindPartition commented 10 years ago

@phischu I added you as an owner to the haskell-suite github org. You now own haskell-names, haskell-packages, hse-cpp and various repositories cloned and adapted for haskell-names (base, ghc-prim etc.)

Technically, you also have access to other repos inside the organization, like haskell-src-exts and halberd, but you still need to go through their respective maintainers when submitting patches, unless they tell you otherwise.

Let me know your hackage username and I'll add you as a maintainer there, too.

phischu commented 9 years ago

Superseded by #59