haskell-nix / hnix

A Haskell re-implementation of the Nix expression language
https://hackage.haskell.org/package/hnix
BSD 3-Clause "New" or "Revised" License
756 stars 115 forks source link

Upload haddocks to Hackage for 0.17.0 #1099

Closed Anton-Latukha closed 10 months ago

Anton-Latukha commented 10 months ago

Currently can not generate Haddocks: In my nix-shell dev env Haddock generation keeps aborting:

Error: cabal: Failed to build documentation for basement-0.0.16 (which is
required by hnix-0.17.0).
Failed to build documentation for prettyprinter-1.7.1 (which is required by
hnix-0.17.0).
sorki commented 10 months ago

Probably due to GHC8.10.7, https://github.com/haskell-nix/hnix/pull/1100 fixes that

Anton-Latukha commented 10 months ago

Probably you uploaded the docs, thank you.

sorki commented 10 months ago

Probably you uploaded the docs, thank you.

Wasn't me :wink: Thanks for the release!