Changes between Version 26 and Version 27 of WikiStart


Ignore:
Timestamp:
Jun 10, 2011, 2:11:30 AM (13 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v26 v27  
    2525
    2626== Frequently Asked Questions (FAQ) ==
    27 Q. When building repa-examples, GHC complains:
     27Q: GHC complains:  `ghc.exe: could not execute opt`  what's up with that? [[br]]
     28A: `opt` is the LLVM optimiser. You need to install [http://llvm.org/ LLVM].
    2829
    29   `ghc.exe: could not execute opt`
    30 
    31  what's up with that?
    32 
    33 A. `opt` is the LLVM optimiser. You need to install [http://llvm.org/ LLVM].
     30Q: Where do I ask further questions? [[br]]
     31A: Ask on [http://stackoverflow.com/search?q=repa Stack Overflow], or send a message to `repa@ouroborus.net` if that doesn't help.
    3432
    3533== Report a bug ==