diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 21:14:42 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:09 +0200 |
commit | 58c102e08d28d69851fa779fdb4ee0701b23eb24 (patch) | |
tree | 34cc52027218274ef60802dfc415e59239265402 | |
parent | d7f14885bbb12edd86ae66782a06e32046bc469e (diff) | |
download | guix-58c102e08d28d69851fa779fdb4ee0701b23eb24.tar.gz guix-58c102e08d28d69851fa779fdb4ee0701b23eb24.zip |
gnu: ghc-unbounded-delays: Update to 0.1.1.0.
* gnu/packages/haskell.scm (ghc-unbounded-delays): Update to 0.1.1.0.
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 4183c9c49d..0d4501328a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -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") |