gnu: ghc-unix-time: Update to 0.3.8.
* gnu/packages/haskell.scm (ghc-unix-time): Update to 0.3.8.
This commit is contained in:
parent
80d06b8d98
commit
0588525b06
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue