guix-patches
[Top][All Lists]
Advanced

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

[bug#61420] [PATCH 10/31] import: haskell: Add new internal library for


From: Lars-Dominik Braun
Subject: [bug#61420] [PATCH 10/31] import: haskell: Add new internal library for GHC 9.2.
Date: Sat, 11 Feb 2023 11:08:05 +0100

* 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 @@ (define ghc-standard-libraries
     "exceptions"
     "filepath"
     "ghc"
+    "ghc-bignum"
     "ghc-boot"
     "ghc-boot-th"
     "ghc-compact"
-- 
2.38.2






reply via email to

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