From f751a4d9e755e404380255ae3b831c2a0d083242 Mon Sep 17 00:00:00 2001 From: John Soo Date: Fri, 13 Dec 2019 08:55:24 -0800 Subject: [PATCH 20/22] gnu: Add ghc-lifted-async@0.10.0.4 * gnu/packages/purescript.scm (ghc-lifted-async-0.10.0.4): New variable. --- gnu/packages/purescript.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gnu/packages/purescript.scm b/gnu/packages/purescript.scm index 30abc05c2e..10e69151df 100644 --- a/gnu/packages/purescript.scm +++ b/gnu/packages/purescript.scm @@ -86,3 +86,18 @@ (sha256 (base32 "147ss9wz03ww6ypbv6yh5vi1wfrfcaqm8r6nxh50vnp7254359wh")))))) + +(define ghc-lifted-async-0.10.0.4 + (package + (inherit ghc-lifted-async) + (version "0.10.0.4") + (source + (origin + (inherit (package-source ghc-lifted-async)) + (uri (string-append + "mirror://hackage/package/lifted-async/lifted-async-" + version + ".tar.gz")) + (sha256 + (base32 + "0cwl1d0wjpdk0v1l1qxiqiksmak950c8gx169c1q77cg0z18ijf9")))))) -- 2.24.0