Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doctest dependencies #297

Closed
StevenXL opened this issue Apr 20, 2021 · 2 comments
Closed

doctest dependencies #297

StevenXL opened this issue Apr 20, 2021 · 2 comments
Labels
info needed More information needed from issue reporter

Comments

@StevenXL
Copy link

Hi folks,

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?

@andreasabel
Copy link
Collaborator

@StevenXL wrote:

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...

@andreasabel andreasabel added the info needed More information needed from issue reporter label Aug 30, 2021
@andreasabel
Copy link
Collaborator

Ok good, I take that the problem resolved itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info needed More information needed from issue reporter
Projects
None yet
Development

No branches or pull requests

2 participants