import: hackage: Update GHC’s standard libraries.
* guix/import/hackage.scm (ghc-standard-libraries): Add exceptions library.
This commit is contained in:
parent
75c91e6b43
commit
8b4d3a523f
1 changed files with 3 additions and 2 deletions
|
@ -54,8 +54,8 @@ (define-module (guix import hackage)
|
|||
hackage-package?))
|
||||
|
||||
(define ghc-standard-libraries
|
||||
;; List of libraries distributed with ghc (8.6.5).
|
||||
;; Contents of ...-ghc-8.6.5/lib/ghc-8.6.5.
|
||||
;; List of libraries distributed with ghc (as of 8.10.7).
|
||||
;; Contents of …-ghc-8.10.7/lib/ghc-8.10.7
|
||||
'("ghc"
|
||||
"cabal" ;; in the output of `ghc-pkg list` Cabal is uppercased, but
|
||||
;; hackage-name->package-name takes this into account.
|
||||
|
@ -67,6 +67,7 @@ (define ghc-standard-libraries
|
|||
"containers"
|
||||
"deepseq"
|
||||
"directory"
|
||||
"exceptions"
|
||||
"filepath"
|
||||
"ghc"
|
||||
"ghc-boot"
|
||||
|
|
Loading…
Reference in a new issue