Skip to content

Commit

Permalink
Change version for a 0.3.4 monad-par only release
Browse files Browse the repository at this point in the history
  • Loading branch information
rrnewton committed Nov 26, 2012
1 parent 071659e commit 15e8209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,5 @@ install-doc:
# --------------------------------------------------------------------------------



trigger-jenkins:
wget tester-lin.soic.indiana.edu:8080/job/monad-par_QUICKtest_github/build?token=gogomonadparbuild
4 changes: 2 additions & 2 deletions monad-par/monad-par.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: monad-par
Version: 0.3.3
Version: 0.3.4
Synopsis: A library for parallel programming based on a monad


Expand All @@ -17,7 +17,7 @@ Synopsis: A library for parallel programming based on a monad
-- 0.3 : Factored/reorganized modules and packages.
-- *This* package is the original, core monad-par.
-- 0.3.1 : fix for ghc 7.6.1, expose Par.IO
-- 0.3.4 : switch to direct scheduler as default
-- 0.3.4 : switch to direct scheduler as default (only 1-level nesting allowed)

Description: This library offers an alternative parallel programming
API to that provided by the @parallel@ package.
Expand Down

0 comments on commit 15e8209

Please sign in to comment.