From 41ade95c300df82de3211fb7a3d089daaaee8780 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 23 Oct 2012 17:17:48 +0200 Subject: haskell-async: update to version 2.0.1.4 --- pkgs/development/libraries/haskell/async/2.0.1.3.nix | 15 --------------- pkgs/development/libraries/haskell/async/2.0.1.4.nix | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 pkgs/development/libraries/haskell/async/2.0.1.3.nix create mode 100644 pkgs/development/libraries/haskell/async/2.0.1.4.nix (limited to 'pkgs/development/libraries') diff --git a/pkgs/development/libraries/haskell/async/2.0.1.3.nix b/pkgs/development/libraries/haskell/async/2.0.1.3.nix deleted file mode 100644 index a0da6384e958..000000000000 --- a/pkgs/development/libraries/haskell/async/2.0.1.3.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ cabal, stm }: - -cabal.mkDerivation (self: { - pname = "async"; - version = "2.0.1.3"; - sha256 = "1rbjr6xw5sp8npw17fxg0942kikssv2hyci2sy26r0na98483mkh"; - buildDepends = [ stm ]; - meta = { - homepage = "https://github.com/simonmar/async"; - description = "Run IO operations asynchronously and wait for their results"; - license = self.stdenv.lib.licenses.bsd3; - platforms = self.ghc.meta.platforms; - maintainers = [ self.stdenv.lib.maintainers.andres ]; - }; -}) diff --git a/pkgs/development/libraries/haskell/async/2.0.1.4.nix b/pkgs/development/libraries/haskell/async/2.0.1.4.nix new file mode 100644 index 000000000000..c5caa55e97f0 --- /dev/null +++ b/pkgs/development/libraries/haskell/async/2.0.1.4.nix @@ -0,0 +1,15 @@ +{ cabal, stm }: + +cabal.mkDerivation (self: { + pname = "async"; + version = "2.0.1.4"; + sha256 = "1hi40bjwpl65mz7zj0sgh16bp9dwafbm5ysi2q8fzwwq5l0zxpa1"; + buildDepends = [ stm ]; + meta = { + homepage = "https://github.com/simonmar/async"; + description = "Run IO operations asynchronously and wait for their results"; + license = self.stdenv.lib.licenses.bsd3; + platforms = self.ghc.meta.platforms; + maintainers = [ self.stdenv.lib.maintainers.andres ]; + }; +}) -- cgit 1.4.1