diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2023-01-06 10:11:28 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2023-02-26 10:20:14 +0100 |
commit | b0fc911b5b287ef66f3c607bd0d13ad67fbf72a7 (patch) | |
tree | 7d472cba9bca5b02ed02fb609f74cdca5de32cda | |
parent | 890a181ed1766b433b5bfe1a3419b50ffa6503cb (diff) | |
download | guix-b0fc911b5b287ef66f3c607bd0d13ad67fbf72a7.tar.gz |
import: haskell: Add new internal library for GHC 9.2.
* guix/import/hackage.scm (ghc-standard-libraries): Add ghc-bignum.
-rw-r--r-- | guix/import/hackage.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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" |