HsOpenSSL icon indicating copy to clipboard operation
HsOpenSSL copied to clipboard

Not in scope: data constructor ‘J#’

Open dmjio opened this issue 9 years ago • 3 comments

OpenSSL/BN.hsc:180:24:
    Not in scope: data constructor ‘J#’
    Perhaps you meant one of these:
      ‘C#’ (imported from GHC.Base), ‘D#’ (imported from GHC.Base),
      ‘F#’ (imported from GHC.Base)

OpenSSL/BN.hsc:181:29:
    Not in scope: data constructor ‘J#’
    Perhaps you meant one of these:
      ‘C#’ (imported from GHC.Base), ‘D#’ (imported from GHC.Base),
      ‘F#’ (imported from GHC.Base)

OpenSSL/BN.hsc:215:16:
    Not in scope: data constructor ‘J#’
    Perhaps you meant one of these:
      ‘C#’ (imported from GHC.Base), ‘D#’ (imported from GHC.Base),
      ‘F#’ (imported from GHC.Base)

Causes build server to crash (ubuntu), under GHC 7.10.

dmjio avatar Jun 24 '15 13:06 dmjio

I've got the same error when I tried compiling with GHCJS. (Not that I expected it to compile with GHCJS, it's just a C binding). Are you sure you're using regular GHC?

int-index avatar Sep 07 '15 06:09 int-index

I got the same error on ubuntu precise with GHC 7.10

phadej avatar Sep 21 '15 19:09 phadej

Seems to be related to https://github.com/phonohawk/HsOpenSSL/issues/36 (and --allow-newer)

phadej avatar Sep 21 '15 19:09 phadej