HsOpenSSL
HsOpenSSL copied to clipboard
Not in scope: data constructor ‘J#’
trafficstars
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.
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?
I got the same error on ubuntu precise with GHC 7.10
Seems to be related to https://github.com/phonohawk/HsOpenSSL/issues/36 (and --allow-newer)