clash-lang / clash-compiler

Haskell to VHDL/Verilog/SystemVerilog compiler
https://clash-lang.org/
Other
1.44k stars 152 forks source link

Possible Problem with Haddock #1590

Open paddytheplaster opened 3 years ago

paddytheplaster commented 3 years ago

Hi,

I just pulled clash from github and I got the following error at the end of the compilation process (when I ran nix-shell).

Warning: haddock-html: /nix/store/fpl6w1jl7zznjwm24nb824k5hpf7bijn-fail-4.9.0.0/share/doc/x86_64-linux-ghc-8.8.4/fail-4.9.0.0/html doesn't exist or isn't a directory

The parent directory of html does exist and contains a LICENSE file. The permissions of the directory are as follows:

dr-xr-xr-x 2 paddy paddy 4096 Jan  1  1970 /nix/store/fpl6w1jl7zznjwm24nb824k5hpf7bijn-fail-4.9.0.0/share/doc/x86_64-linux-ghc-8.8.4/fail-4.9.0.0/

I can't recall seeing this before. (It doesn't appear to cause any problems...)

Regards,

Paddy

martijnbastiaan commented 3 years ago

Hmm, yeah, the package fail has broken documentation, so I guess it's complaining about that. I'm not enough of a Nix wizard to actually solve this issue with our Snap though. I guess I should work on basing it on Debian pacakges instead.