-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels