Re: [Haskell-cafe] Re: trouble compiling "import GHC.Prim(MutableByteArray#, ....." (building regex-tdfa from darcs) -- what's that # sign doing?

2007-08-19 Thread Stefan O'Rear
On Sun, Aug 19, 2007 at 11:25:49PM +0100, ChrisK wrote: > > #ifdef __GLASGOW_HASKELL__ > > foreign import ccall unsafe "memcpy" > > memcpy :: MutableByteArray# RealWorld -> MutableByteArray# RealWorld -> > > Int# -> IO () > > > > {-# INLINE copySTU #-} > > copySTU :: (Show i,Ix i,MArray (STUA

[Haskell-cafe] Re: trouble compiling "import GHC.Prim(MutableByteArray#, ....." (building regex-tdfa from darcs) -- what's that # sign doing?

2007-08-19 Thread ChrisK
Stefan O'Rear wrote: > On Fri, Aug 17, 2007 at 04:27:29PM -0400, Thomas Hartman wrote: >> trying to compile regex-tdfa, I ran into another issue. (earlier I had a >> cabal problem but that's resolved.) >> >> there's a line that won't compile, neither for ghc 6.6.1 nor 6.7 >> >> import >> GHC.Pri