guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ghc-aws: Fix build.


From: Ricardo Wurmus
Subject: 01/01: gnu: ghc-aws: Fix build.
Date: Sun, 30 Sep 2018 17:10:54 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit d9d4296df7686c6c842674179270a033fe5bf4e4
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Sep 30 23:10:27 2018 +0200

    gnu: ghc-aws: Fix build.
    
    * gnu/packages/haskell.scm (ghc-aws)[inputs]: Add ghc-lifted-base.
---
 gnu/packages/haskell.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 2dff323..205d234 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9585,6 +9585,7 @@ as well as a convenient Conduit module.")
        ("ghc-data-default" ,ghc-data-default)
        ("ghc-http-conduit" ,ghc-http-conduit)
        ("ghc-http-types" ,ghc-http-types)
+       ("ghc-lifted-base" ,ghc-lifted-base)
        ("ghc-monad-control" ,ghc-monad-control)
        ("ghc-network" ,ghc-network)
        ("ghc-old-locale" ,ghc-old-locale)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]