asilvestre / haskell-neo4j-rest-client

Haskell neo4j REST client
MIT License
25 stars 7 forks source link

Add to Stackage #15

Closed mdgriffith closed 9 years ago

mdgriffith commented 9 years ago

I wanted to use your library with stack, but I noticed that it hasn't been added to stackage yet. I was wondering if you could submit it?

You just have to make a pull request with a line stating that this package should be included and that you are the maintainer: https://github.com/fpco/stackage/#get-your-package-included

You might want to build the package with stackage first to see if it builds properly.

Thanks!

asilvestre commented 9 years ago

Hi, I had no idea about stackage, I will take some time in the weekend to submit it.

Thanks!

mdgriffith commented 9 years ago

I was able to get some free time and double check that this builds with stack...which it does!

Here's the procedure I used:

cabal install stack
# cd in your current haskell-neo4j-rest-client directory
stack init
stack build
stack test
#         Test Cases    Total        
# Passed  131           131          
# Failed  0             0            
# Total   131           131  

As long as you have neo4j running and disable auth.

So, I think all you have to do is submit your name as the package maintainer and the name of the package to a yaml file: https://github.com/fpco/stackage/#get-your-package-included

asilvestre commented 9 years ago

Thank you so much, I'm sorry I didn't do it before I've got some really busy days... I've just made the pull request https://github.com/fpco/stackage/pull/700

mdgriffith commented 9 years ago

No worries at all! Thanks!