Skip to content

Not in scope: type constructor or class `Doc.DescribedParams' #1196

@weaversa

Description

@weaversa

I'm attempting to build cryptol-remote-api on CentOS 7 and am having trouble. The dockerfile is attached.
cryptol-solvers-centos7-nightly.Dockerfile.txt
Here is the error:
Any help would be appreciated.

[ 3 of 15] Compiling CryptolServer.Options ( src/CryptolServer/Options.hs, /workdir/dist-newstyle/build/x86_64-linux/ghc-8.10.2/cryptol-remote-api-0.1.0.0/build/CryptolServer/Options.o, /workdir/dist-newstyle/build/x86_64-linux/ghc-8.10.2/cryptol-remote-api-0.1.0.0/build/CryptolServer/Options.dyn_o )

src/CryptolServer/Options.hs:57:26: error:
    Not in scope: type constructor or class `Doc.DescribedParams'
    Module `Argo.Doc' does not export `DescribedParams'.
   |
57 | instance forall params . Doc.DescribedParams params => Doc.DescribedParams (WithOptions params) where
   |                          ^^^^^^^^^^^^^^^^^^^

src/CryptolServer/Options.hs:57:56: error:
    Not in scope: type constructor or class `Doc.DescribedParams'
    Module `Argo.Doc' does not export `DescribedParams'.
   |
57 | instance forall params . Doc.DescribedParams params => Doc.DescribedParams (WithOptions params) where
   |                                                        ^^^^^^^^^^^^^^^^^^^
cabal: Failed to build cryptol-remote-api-0.1.0.0 (which is required by
exe:cryptol-remote-api from cryptol-remote-api-0.1.0.0 and
exe:cryptol-eval-server from cryptol-remote-api-0.1.0.0).

The command '/bin/sh -c ./cry build cryptol-remote-api' returned a non-zero code: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions