1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | Installing library in /Users/mukesh/.cabal/lib/dph-seq-0.5.1.1/ghc-7.2.1 Registering dph-seq-0.5.1.1... Downloading dph-examples-0.5.1.2... Configuring dph-examples-0.5.1.2... Building dph-examples-0.5.1.2... Preprocessing executable 'dph-sumsq-seq' for dph-examples-0.5.1.2... [1 of 5] Compiling SumSquaresVectorised ( imaginary/SumSquares/dph/SumSquaresVectorised.hs, dist/build/dph-sumsq-seq/dph-sumsq-seq-tmp/SumSquaresVectorised.o ) Error (fd:12: hGetLine: end of file) Warning: Couldn't figure out LLVM version! Make sure you have installed LLVM ghc: could not execute: opt cabal: Error: some packages failed to install: dph-examples-0.5.1.2 failed during the building phase. The exception was: ExitFailure 1 Macintosh:~ mukesh$ |
1 2 | ghci>import Data.Array.Parallel. Data.Array.Parallel.Base Data.Array.Parallel.Base.DTrace Data.Array.Parallel.Base.TracePrim Data.Array.Parallel.Stream |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | Macintosh:src mukesh$ ghc-pkg list /Users/mukesh/Haskell/GHC-7.2.1/lib/ghc-7.2.1/package.conf.d Cabal-1.12.0 array-0.3.0.3 base-4.4.0.0 bin-package-db-0.0.0.0 binary-0.5.0.2 bytestring-0.9.2.0 containers-0.4.1.0 directory-1.1.0.1 extensible-exceptions-0.1.1.3 ffi-1.0 filepath-1.2.0.1 ghc-7.2.1 ghc-prim-0.2.0.0 haskell2010-1.1.0.0 haskell98-2.0.0.0 hoopl-3.8.7.1 hpc-0.5.1.0 integer-gmp-0.3.0.0 old-locale-1.0.0.3 old-time-1.0.0.7 pretty-1.1.0.0 process-1.1.0.0 rts-1.0 template-haskell-2.6.0.0 time-1.2.0.5 unix-2.5.0.0 /Users/mukesh/.ghc/i386-darwin-7.2.1/package.conf.d GLURaw-1.1.0.1 GLUT-2.2.2.1 HTTP-4000.1.2 ObjectName-1.0.0.0 OpenGL-2.4.0.2 OpenGLRaw-1.1.0.2 StateVar-1.0.0.0 Tensor-1.0.0.1 deepseq-1.2.0.1 dph-base-0.5.1.1 dph-par-0.5.1.1 dph-prim-interface-0.5.1.1 dph-prim-par-0.5.1.1 dph-prim-seq-0.5.1.1 dph-seq-0.5.1.1 fingertree-0.0.1.0 gloss-1.3.4.1 mtl-2.0.1.0 network-2.3.0.5 parallel-3.2.0.2 parseargs-0.1.3.2 parsec-3.1.1 primitive-0.3.1 random-1.0.0.3 transformers-0.2.2.0 vector-0.7.1 zlib-0.5.3.1 Macintosh:src mukesh$ |