mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: ghc-lifted-base: Update to 0.2.3.12.
* gnu/packages/haskell.scm (ghc-lifted-base): Update to 0.2.3.12.
This commit is contained in:
parent
1a8f5eb2e1
commit
4a2100b8ae
1 changed files with 2 additions and 2 deletions
|
@ -5074,7 +5074,7 @@ (define-public ghc-doctest-0.13
|
|||
(define-public ghc-lifted-base
|
||||
(package
|
||||
(name "ghc-lifted-base")
|
||||
(version "0.2.3.8")
|
||||
(version "0.2.3.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5084,7 +5084,7 @@ (define-public ghc-lifted-base
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17yz4n7q96x4cp8vxai8csn2vmpigxvipkfh48arahf91f0xy18n"))))
|
||||
"1i8p8d3rkdh21bhgjjh32vd7qqjr7jq7p59qds0aw2kmargsjd61"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments `(#:tests? #f)) ; FIXME: Missing testing libraries.
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue