gnu: ghc-unbounded-delays: Update to 0.1.1.0.

* gnu/packages/haskell.scm (ghc-unbounded-delays): Update to 0.1.1.0.
master
Timothy Sample 2018-08-28 21:14:42 -04:00 committed by Ricardo Wurmus
parent d7f14885bb
commit 58c102e08d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4426,7 +4426,7 @@ having to unsafely pass dummy arguments.")
(define-public ghc-unbounded-delays
(package
(name "ghc-unbounded-delays")
(version "0.1.0.9")
(version "0.1.1.0")
(source
(origin
(method url-fetch)
@ -4436,7 +4436,7 @@ having to unsafely pass dummy arguments.")
".tar.gz"))
(sha256
(base32
"1f4h87503m3smhip432q027wj3zih18pmz2rnafh60589ifcl420"))))
"1ir9fghbrc214c97bwafk5ck6cacxz1pdnq4i18p604d1b8zg9wa"))))
(build-system haskell-build-system)
(home-page "https://github.com/basvandijk/unbounded-delays")
(synopsis "Unbounded thread delays and timeouts")