SWP-Ubau-SoSe2014-Haskell / SWPSoSe14

Rail compiler written in Haskell
MIT License
3 stars 1 forks source link

Publish Documentation On Release #137

Open lusy opened 10 years ago

lusy commented 10 years ago

Maybe we want to automatically build the documentation and publish it to hackage on release?

booo commented 10 years ago

Please do so if possible! Maybe we should document the release process as well?

Bubu commented 10 years ago

Hackage tries to build the docs automatically but fails for our llvm dependency: http://hackage.haskell.org/package/rail-compiler-editor-0.2.0.0/reports/1/log

You can manually upload the docs in a rather undocumented way via curl: https://gist.github.com/stbuehler/7068764

lusy commented 10 years ago

@bubu: I've got the feeling that hackage fails to build the whole thing:

cabal: Error: some packages failed to install:
llvm-general-3.4.2.2 failed during the configure step. The exception was:
ExitFailure 1
rail-compiler-editor-0.2.0.0 depends on llvm-general-3.4.2.2 which failed to
install.
Bubu commented 10 years ago

Yes, but as you download source packages from hackage that doesn't matter :-)