Navigation Menu

Skip to content

Commit

Permalink
need -threaded for Repa examples
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmar committed Mar 30, 2013
1 parent 7eb4274 commit b4b420b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parconc-examples.cabal
Expand Up @@ -233,7 +233,7 @@ executable fwdense1
build-depends: base >= 4.5 && < 4.7
, repa == 3.2.*
, transformers ==0.3.*
ghc-options: -O2
ghc-options: -O2 -threaded
if flag(llvm)
ghc-options: -fllvm
default-language: Haskell2010
Expand All @@ -242,7 +242,7 @@ executable rotateimage
main-is: rotateimage.hs
build-depends: base >= 4.5 && < 4.7
, repa == 3.2.*
ghc-options: -O2
ghc-options: -O2 -threaded
if flag(devil)
build-depends: repa-devil == 0.3.*
else
Expand Down

0 comments on commit b4b420b

Please sign in to comment.