acowley / ffmpeg-light

Minimal Haskell bindings to the FFmpeg library
BSD 3-Clause "New" or "Revised" License
67 stars 29 forks source link

hackage "# Source" links for ffmpeg-light are broken #30

Open AleXoundOS opened 8 years ago

AleXoundOS commented 8 years ago

For example, if you go here and try to click "Source", it results in "Page not found".

acowley commented 8 years ago

Hmph. I don't know what's causing that. I'll poke around a bit, and try uploading again if nothing else presents itself.

acowley commented 8 years ago

I uploaded a new version that includes the change you suggested to use ExceptT rather than ErrorT, and I used cabal-install-1.24.0.0 to upload the documentation to be as conformant as possible... and the source links are still broken. I think this is just a case of hackage being not very good at what it is supposed to do.

AleXoundOS commented 8 years ago

Thank you! Btw, the first part of your comment is related to the closed issue https://github.com/acowley/ffmpeg-light/issues/31 and imho it'd be better to leave the comment there. As the issue with broken links is not solved, it may be logical to keep this issue open. And maybe even create and link an issue here if it's related to server.