Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing rpar executable
  • Loading branch information
simonmar committed Jul 20, 2013
1 parent 33ed718 commit b758b89
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion parconc-examples.cabal
@@ -1,5 +1,5 @@
name: parconc-examples
version: 0.1
version: 0.2
synopsis: Examples to accompany the book "Parallel and Concurrent Programming in Haskell"
-- description:
license: BSD3
Expand Down Expand Up @@ -36,6 +36,13 @@ flag cuda
-- -----------------------------------------------------------------------------
-- par-eval

executable rpar
main-is: rpar.hs
build-depends: base >= 4.5 && < 4.7
, time ==1.4.*
, parallel ==3.2.*
default-language: Haskell2010

executable sudoku1
main-is: sudoku1.hs
other-modules: Sudoku
Expand Down

0 comments on commit b758b89

Please sign in to comment.