guix-commits
[Top][All Lists]
Advanced

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

10/13: import: haskell: Add new internal library for GHC 9.2.


From: guix-commits
Subject: 10/13: import: haskell: Add new internal library for GHC 9.2.
Date: Sat, 21 Jan 2023 06:55:20 -0500 (EST)

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

commit 2d0d5950da1e4b3a982e72fd39f063545fb51631
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Jan 6 10:11:28 2023 +0100

    import: haskell: Add new internal library for GHC 9.2.
    
    * guix/import/hackage.scm (ghc-standard-libraries): Add ghc-bignum.
---
 guix/import/hackage.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/import/hackage.scm b/guix/import/hackage.scm
index 2f901af47b..83ad85f3fe 100644
--- a/guix/import/hackage.scm
+++ b/guix/import/hackage.scm
@@ -75,6 +75,7 @@
     "exceptions"
     "filepath"
     "ghc"
+    "ghc-bignum"
     "ghc-boot"
     "ghc-boot-th"
     "ghc-compact"



reply via email to

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