[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/49: gnu: Add ghc-enclosed-exceptions.
From: |
Ricardo Wurmus |
Subject: |
11/49: gnu: Add ghc-enclosed-exceptions. |
Date: |
Thu, 10 Dec 2015 13:36:40 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 5de6eedc603f83217ae947fd364d80412621e3ed
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 26 17:07:29 2015 +0100
gnu: Add ghc-enclosed-exceptions.
* gnu/packages/haskell.scm (ghc-enclosed-exceptions): New variable.
---
gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 42423c4..851d961 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5156,6 +5156,35 @@ instead, for maximum portability, we just return the
leafname of the program
as invoked.\" This library tries to provide the missing path.")
(license public-domain)))
+(define-public ghc-enclosed-exceptions
+ (package
+ (name "ghc-enclosed-exceptions")
+ (version "1.0.1.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://hackage.haskell.org/package/"
+ "enclosed-exceptions/enclosed-exceptions-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "16ax1kqdsk4apg642qxkm2hf9vb5hzmkd14zmkxra8ssp8rn28z5"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-lifted-base" ,ghc-lifted-base)
+ ("ghc-monad-control" ,ghc-monad-control)
+ ("ghc-async" ,ghc-async)
+ ("ghc-transformers-base" ,ghc-transformers-base)))
+ (native-inputs
+ `(("ghc-hspec" ,ghc-hspec)
+ ("ghc-quickcheck" ,ghc-quickcheck)))
+ (home-page "https://github.com/jcristovao/enclosed-exceptions")
+ (synopsis "Catch all exceptions from within an enclosed computation")
+ (description
+ "This library implements a technique to catch all exceptions raised
+within an enclosed computation, while remaining responsive to (external)
+asynchronous exceptions.")
+ (license expat)))
+
(define-public idris
(package
(name "idris")
- 14/49: gnu: Add ghc-th-expand-syns., (continued)
- 14/49: gnu: Add ghc-th-expand-syns., Ricardo Wurmus, 2015/12/10
- 08/49: gnu: Add ghc-highlighting-kate., Ricardo Wurmus, 2015/12/10
- 09/49: gnu: Add ghc-cmark., Ricardo Wurmus, 2015/12/10
- 15/49: gnu: Add ghc-th-reify-many., Ricardo Wurmus, 2015/12/10
- 06/49: gnu: Add ghc-regex-pcre-builtin., Ricardo Wurmus, 2015/12/10
- 21/49: gnu: Add ghc-logging-facade., Ricardo Wurmus, 2015/12/10
- 16/49: gnu: Add ghc-th-orphans., Ricardo Wurmus, 2015/12/10
- 18/49: gnu: Add ghc-aeson-qq., Ricardo Wurmus, 2015/12/10
- 20/49: gnu: Add ghc-conduit., Ricardo Wurmus, 2015/12/10
- 22/49: gnu: Add ghc-mockery., Ricardo Wurmus, 2015/12/10
- 11/49: gnu: Add ghc-enclosed-exceptions.,
Ricardo Wurmus <=
- 19/49: gnu: Add ghc-hspec-contrib., Ricardo Wurmus, 2015/12/10
- 23/49: gnu: Add ghc-yaml., Ricardo Wurmus, 2015/12/10
- 24/49: gnu: Add ghc-filemanip., Ricardo Wurmus, 2015/12/10
- 17/49: gnu: Add ghc-haskell-src-meta., Ricardo Wurmus, 2015/12/10
- 25/49: gnu: Add ghc-mmap., Ricardo Wurmus, 2015/12/10
- 29/49: gnu: Add ghc-mime-types., Ricardo Wurmus, 2015/12/10
- 31/49: gnu: Add ghc-byteable., Ricardo Wurmus, 2015/12/10
- 32/49: gnu: Add ghc-hourglass., Ricardo Wurmus, 2015/12/10
- 27/49: gnu: Add ghc-sha., Ricardo Wurmus, 2015/12/10
- 36/49: gnu: Add ghc-asn1-parse., Ricardo Wurmus, 2015/12/10