haskell / hackage-security

Hackage security framework based on TUF (The Update Framework)
http://hackage.haskell.org/package/hackage-security
56 stars 48 forks source link

Print filepath in fromAbsoluteFilePath error #261

Closed newhoggy closed 2 years ago

newhoggy commented 2 years ago

I'm getting this error in cabal and have no idea what the directory is that is causing this problem.

https://github.com/input-output-hk/cardano-node/runs/4988750629?check_suite_focus=true

Printing the filepath that is causing the error will help making these kinds of issues easier to diagnose.

Mikolaj commented 2 years ago

@newhoggy: I think once you include what @hasufell suggested, it should compile on old GHCs and we can merge.

Mikolaj commented 2 years ago

I think @newhoggy is busy, so let' me try to merge the fix myself...

Mikolaj commented 2 years ago

Thank you!

newhoggy commented 2 years ago

Thanks so much!