acowley / ffmpeg-light

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

The documentation for the latest version of this package is missing on Hackage. #56

Closed expipiplus1 closed 4 years ago

expipiplus1 commented 4 years ago

It's possible that Hackage wasn't able to build the package.

Is it possible for you to manually upload the package using cabal upload --doc, please? Note that this requires cabal-install >= 1.24

Thanks!

charlescrain commented 4 years ago

Second this!

gelisam commented 4 years ago

The first step is to figure out which commit to generate the docs from. I used cabal get ffmpeg-light-0.12.2.2 and then compared (the hash of) its contents with a few recent commits in order to figure out which commit version 0.12.2.2 is based on, and I have tagged it with 0.12.2.2.

gelisam commented 4 years ago

I have generated the docs locally and have confirmed that they look good. @acowley , if you give me write access on hackage as well, I can upload the docs for you.

acowley commented 4 years ago

Thank you @gelisam! I was quietly hoping we’d be cutting a release last week so I could handle the docs then. What is your hackage username?

gelisam commented 4 years ago

What is your hackage username?

It's gelisam

acowley commented 4 years ago

Okay, I’ve added you on hackage. Thank you again!

gelisam commented 4 years ago

Thanks, the documentation for 0.12.2.2 is now up at https://hackage.haskell.org/package/ffmpeg-light-0.12.2.2

expipiplus1 commented 4 years ago

Thanks!