tweag / HaskellR

The full power of R in Haskell.

Home Page:https://tweag.github.io/HaskellR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Illegal standalone kind signature.

locallycompact opened this issue · comments

Getting the following building with latest ghc on nix.

src/Foreign/R/Type.hsc:165:1: error:
    Illegal standalone kind signature
      Did you mean to enable StandaloneKindSignatures?
    |
165 | genSingletons [''SEXPTYPE]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^

Fixed