haskell-async: updated to version 2.0.0.0
svn path=/nixpkgs/trunk/; revision=34497
This commit is contained in:
parent
c5e03fecce
commit
1de91e33f3
@ -1,12 +1,13 @@
|
|||||||
{ cabal }:
|
{ cabal, stm }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "async";
|
pname = "async";
|
||||||
version = "1.4";
|
version = "2.0.0.0";
|
||||||
sha256 = "1d24bcvmw687jcf75wgavlhfs55f0va02xhl4xdnj2lrlr19s5dl";
|
sha256 = "03aqgfgpar53k7bzb3s988a4fg0pzy7jmjv299wz2hxl7vr6fzkr";
|
||||||
|
buildDepends = [ stm ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://gitorious.org/async/";
|
homepage = "https://github.com/simonmar/async";
|
||||||
description = "Asynchronous Computations";
|
description = "Run IO operations asynchronously and wait for their results";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user