gnu: ghc-lifted-base: Update to 0.2.3.8.

* gnu/packages/haskell.scm (ghc-lifted-base): Update to 0.2.3.8.
This commit is contained in:
Ricardo Wurmus 2018-02-12 22:49:55 +01:00
parent e0894701ee
commit 2e67886e03
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4512,7 +4512,7 @@ It is modeled after doctest for Python, see
(define-public ghc-lifted-base
(package
(name "ghc-lifted-base")
(version "0.2.3.6")
(version "0.2.3.8")
(source
(origin
(method url-fetch)
@ -4522,7 +4522,7 @@ It is modeled after doctest for Python, see
".tar.gz"))
(sha256
(base32
"1yz14a1rsgknwyl08n4kxrlc26hfwmb95a3c2drbnsgmhdyq7iap"))))
"17yz4n7q96x4cp8vxai8csn2vmpigxvipkfh48arahf91f0xy18n"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: Missing testing libraries.
(inputs