haskell-parallel-io: update to version 0.3.2.1
This commit is contained in:
parent
2833c14608
commit
093aa60a74
|
@ -2,12 +2,11 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "parallel-io";
|
pname = "parallel-io";
|
||||||
version = "0.3.2";
|
version = "0.3.2.1";
|
||||||
sha256 = "1n9y1d1lcdwvhjsfqdlxknl89fxncq17kgin43wlki0c39cgirga";
|
sha256 = "0wrmz0i5s8p87840pacdnpf2fi12nips4yc72vymifrc1wvlc42q";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ extensibleExceptions random ];
|
buildDepends = [ extensibleExceptions random ];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://batterseapower.github.com/parallel-io";
|
homepage = "http://batterseapower.github.com/parallel-io";
|
||||||
description = "Combinators for executing IO actions in parallel on a thread pool";
|
description = "Combinators for executing IO actions in parallel on a thread pool";
|
||||||
|
|
Loading…
Reference in New Issue