Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infinisil/haddock-internal-repro
https://github.com/infinisil/haddock-internal-repro
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/infinisil/haddock-internal-repro
- Owner: infinisil
- Created: 2019-06-30T21:06:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T21:06:45.000Z (over 5 years ago)
- Last Synced: 2024-10-10T23:41:23.369Z (2 months ago)
- Language: Nix
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.org
Awesome Lists containing this project
README
* Reproducible example for internal cabal library haddock failure
To reproduce:
#+BEGIN_SRC bash
$ ghc Setup.hs -o Setup
$ ./Setup haddock
Preprocessing library for repro-0.1.0.0..
Running Haddock on library for repro-0.1.0.0..
Haddock coverage:
50% ( 1 / 2) in 'Lib'
Missing documentation for:
Module header
Documentation created: dist/doc/html/repro/index.html
Preprocessing library 'internal' for repro-0.1.0.0..
Running Haddock on library 'internal' for repro-0.1.0.0..
Setup: internal error when calculating transitive package dependencies.
Debug info: []
#+END_SRCOnly fails if the non-internal library is a dependency of the internal one.
Versions (~ghc-pkg list~):
- ghc-8.6.5
- Cabal-2.4.0.1