You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project that has doctest as a dependency, but it is failing to build:
attoparsec > Registering library for attoparsec-0.13.2.5..
Progress 41/239
-- While building package doctest-0.16.3 (scroll up to its section to see the error) using:
/home/steven/.stack/setup-exe-cache/x86_64-linux-tinfo6/Cabal-simple_mPHDZzAJ_3.2.1.0_ghc-8.10.4 --builddir=.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.1.0 build --ghc-options " -fdiagnostics-color=always"
Process exited with code: ExitFailure 1
I had a very similar problem with another package, which was resolved by adding a system library via apt install libpq-dev. Is there an equivalent solution here?
The text was updated successfully, but these errors were encountered:
I had a very similar problem with another package, which was resolved by adding a system library via apt install libpq-dev. Is there an equivalent solution here?
I do not think these problems are related.
Unfortunately, your bug report does not contain enough context to give a chance to reproduce your problem. Does the problem persist? If yes, please come back with more information...
Hi folks,
I have a project that has
doctest
as a dependency, but it is failing to build:I had a very similar problem with another package, which was resolved by adding a system library via
apt install libpq-dev
. Is there an equivalent solution here?The text was updated successfully, but these errors were encountered: