mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-fast-logger: Update to 2.4.17.
* gnu/packages/haskell-xyz.scm (ghc-fast-logger): Update to 2.4.17. [inputs]: Add 'ghc-unix-compat'.
This commit is contained in:
parent
4a35e3c34e
commit
d443a52a56
1 changed files with 4 additions and 3 deletions
|
@ -3333,7 +3333,7 @@ when used with GHC versions which already provide the
|
||||||
(define-public ghc-fast-logger
|
(define-public ghc-fast-logger
|
||||||
(package
|
(package
|
||||||
(name "ghc-fast-logger")
|
(name "ghc-fast-logger")
|
||||||
(version "2.4.11")
|
(version "2.4.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3343,12 +3343,13 @@ when used with GHC versions which already provide the
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ad2vq4nifdxshqk9yrmghqizhkgybfz134kpr6padglb2mxxrdv"))))
|
"02mxb1ckvx1s2r2m11l5i2l5rdl7232p0f61af6773haykjp0qxk"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-auto-update" ,ghc-auto-update)
|
`(("ghc-auto-update" ,ghc-auto-update)
|
||||||
("ghc-easy-file" ,ghc-easy-file)
|
("ghc-easy-file" ,ghc-easy-file)
|
||||||
("ghc-unix-time" ,ghc-unix-time)))
|
("ghc-unix-time" ,ghc-unix-time)
|
||||||
|
("ghc-unix-compat" ,ghc-unix-compat)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("hspec-discover" ,hspec-discover)
|
`(("hspec-discover" ,hspec-discover)
|
||||||
("ghc-hspec" ,ghc-hspec)))
|
("ghc-hspec" ,ghc-hspec)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue