gnu: ghc-unix-time: Update to 0.3.8.

* gnu/packages/haskell.scm (ghc-unix-time): Update to 0.3.8.
master
Timothy Sample 2018-08-28 22:18:23 -04:00 committed by Ricardo Wurmus
parent 80d06b8d98
commit 0588525b06
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2447,7 +2447,7 @@ but also need those types.")
(define-public ghc-unix-time (define-public ghc-unix-time
(package (package
(name "ghc-unix-time") (name "ghc-unix-time")
(version "0.3.7") (version "0.3.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2457,7 +2457,7 @@ but also need those types.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1qdlc9raih8s0m3x8x3n7q3ngh4faw2alv9l78sp6gnx648k0c8i")))) "051slgpid5cxiaw203ky0ql3823h28fcjs08axkzd4265wrvv8fw"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments (arguments
`(#:tests? #f)) ; FIXME: Test fails with "System.Time not found". This `(#:tests? #f)) ; FIXME: Test fails with "System.Time not found". This