[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/53: gnu: ghc-enclosed-exceptions: Update to 1.0.3.
From: |
Ricardo Wurmus |
Subject: |
38/53: gnu: ghc-enclosed-exceptions: Update to 1.0.3. |
Date: |
Thu, 16 Aug 2018 11:05:02 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 376a6df4a5a2e18eade9341c6d3c54707f1d8d0a
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 15 11:45:52 2018 +0200
gnu: ghc-enclosed-exceptions: Update to 1.0.3.
* gnu/packages/haskell.scm (ghc-enclosed-exceptions): Update to 1.0.3.
[arguments]: Disable tests.
---
gnu/packages/haskell.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d4e027a..5efce73 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5367,7 +5367,7 @@ as invoked.\" This library tries to provide the missing
path.")
(define-public ghc-enclosed-exceptions
(package
(name "ghc-enclosed-exceptions")
- (version "1.0.2")
+ (version "1.0.3")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -5375,8 +5375,11 @@ as invoked.\" This library tries to provide the missing
path.")
version ".tar.gz"))
(sha256
(base32
- "1wc9h6zdnb5impvvml6vnjapajjanw7zgpnzg7c0v7115nwfm6vv"))))
+ "1fghjj7nkiddrf03ks8brjpr5x25yi9fs7xg6adbi4mc2gqr6vdg"))))
(build-system haskell-build-system)
+ ;; FIXME: one of the tests blocks forever:
+ ;; "thread blocked indefinitely in an MVar operation"
+ (arguments '(#:tests? #f))
(inputs
`(("ghc-lifted-base" ,ghc-lifted-base)
("ghc-monad-control" ,ghc-monad-control)
- 14/53: gnu: ghc-hspec-expectations: Update to 0.8.2., (continued)
- 14/53: gnu: ghc-hspec-expectations: Update to 0.8.2., Ricardo Wurmus, 2018/08/16
- 10/53: gnu: hspec-discover: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 36/53: gnu: ghc-blaze-html: Allow build with newer HUnit., Ricardo Wurmus, 2018/08/16
- 30/53: gnu: ghc-conduit-extra: Update to 1.3.0., Ricardo Wurmus, 2018/08/16
- 13/53: gnu: ghc-hspec-contrib: Update to 0.5.0., Ricardo Wurmus, 2018/08/16
- 32/53: gnu: ghc-pandoc-types-for-pandoc-1: Loosen version constraints., Ricardo Wurmus, 2018/08/16
- 18/53: gnu: ghc-http-types: Update to 0.12.1., Ricardo Wurmus, 2018/08/16
- 34/53: gnu: ghc-resourcet: Update to 1.2.1., Ricardo Wurmus, 2018/08/16
- 12/53: gnu: ghc-hspec-meta: Update to 2.4.6., Ricardo Wurmus, 2018/08/16
- 15/53: gnu: ghc-hspec: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 38/53: gnu: ghc-enclosed-exceptions: Update to 1.0.3.,
Ricardo Wurmus <=
- 23/53: gnu: ghc-test-framework-hunit: Fix build with new HUnit., Ricardo Wurmus, 2018/08/16
- 42/53: gnu: Add ghc-double-conversion., Ricardo Wurmus, 2018/08/16
- 44/53: gnu: Add ghc-errorcall-eq-instance., Ricardo Wurmus, 2018/08/16
- 16/53: gnu: ghc-tagsoup: Update to 0.14.6., Ricardo Wurmus, 2018/08/16
- 26/53: gnu: ghc-uuid: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 33/53: gnu: ghc-pandoc-types: Update to 1.17.5.1., Ricardo Wurmus, 2018/08/16
- 11/53: gnu: ghc-hspec-core: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 31/53: gnu: ghc-conduit: Update to 1.3.0.3., Ricardo Wurmus, 2018/08/16
- 17/53: gnu: Add ghc-httpd-shed., Ricardo Wurmus, 2018/08/16
- 20/53: gnu: ghc-http-conduit: Update to 2.3.2., Ricardo Wurmus, 2018/08/16