<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Glasgow-Haskell-Users,
    <br>
    <br>
    I'm trying to get started with DPH and have some problems.
    <br>
    If i try getting DPH with
    <br>
    cabal install dph-examples
    <br>
    I get to warnings numerous times. The first warning is:
    <br>
    <br>
    You are using a new version of LLVM that hasn't been tested yet!
    <br>
    We will try though...
    <br>
    <br>
    and the second one:
    <br>
    <br>
    Warning: vectorisation failure: identityConvTyCon: type constructor
    contains parallel arrays [::]
    <br>
      Could NOT call vectorised from original version
    <br>
    <br>
    Cabal finishes with:
    <br>
    <br>
    Installing executable(s) in <i class="moz-txt-slash"><span
        class="moz-txt-tag">/</span>home/clemens<span
        class="moz-txt-tag">/</span></i>.cabal/bin
    <br>
    Installed dph-examples-0.7.0.5
    <br>
    <br>
    If i try compiling the first example from
    <br>
    <a class="moz-txt-link-freetext"
      href="http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell">http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell</a>
    <br>
    with
    <br>
    ghc -c -Odph -fdph-par DotP.hs
    <br>
    i get
    <br>
    ghc: unrecognised flags: -fdph-par
    <br>
    <br>
    I'm running
    <br>
    ghc version 7.6.3
    <br>
    cabal-install 1.16.0.2 with version 1.16.0 of the cabal library
    <br>
    llvm 3.3-1
    <br>
    on a Linux (Manjaro) System.
    <br>
    <br>
    Thanks in advance for any help
    <br>
    <br>
    Jan Clemens Gehrke
  </body>
</html>