ndmitchell / hoogle

Haskell API search engine
http://hoogle.haskell.org/
Other
738 stars 134 forks source link

Fix combine scripts for current version. #1

Closed nh2 closed 12 years ago

nh2 commented 12 years ago

Also fix indentation.

nh2 commented 12 years ago

Could you also enable the issue tracker please? I have some issues ;)

ndmitchell commented 12 years ago

Thanks for the update - I don't understand the bash scripts, but it looks plausible!

I've enabled the issues. I've also got an issue tracker at http://code.google.com/p/ndmitchell/issues/list?q=proj=Hoogle - but I'm happy to try out the GitHub one as well and see which one does better for a github hosted project.

On second thoughts, I wonder if that indentation was essential for the GitHub markup language to properly indent the file?A look at the result suggests it might be. Do you want to roll a merge putting back the indentation?

nh2 commented 12 years ago

Concerning issues: Oh, I didn't know about the Google Code page (I looked in the cabal file cabal file but no bug-reports field was given). I'm fine with using either Github or that, but I also like the ability to attach code to issues for review in Github.

About the indentation: No, I didn't do that for Github (for that I'd just use bash [code]) that because of http://www.haskell.org/haskellwiki/Hoogle, where that code is indented 1 space too much and errors if you copy it. I assumed that page was automatically generated from the file I changed.