[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/20: gnu: Add ghc-exception-transformers.
From: |
guix-commits |
Subject: |
11/20: gnu: Add ghc-exception-transformers. |
Date: |
Fri, 7 Jul 2023 09:31:46 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c72ccc35ee5e9f70a3f5c337ef7362a5bf6d6b75
Author: zamfofex <zamfofex@twdb.moe>
AuthorDate: Wed Jun 14 09:48:50 2023 -0300
gnu: Add ghc-exception-transformers.
* gnu/packages/haskell-xyz.scm (ghc-exception-transformers): New
variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/haskell-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 10a52c0586..28c2dacad8 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -12634,6 +12634,28 @@ transformers 0.2 or 0.3 compatibility to run on old
versions of the platform,
but also need those types.")
(license license:bsd-3)))
+(define-public ghc-exception-transformers
+ (package
+ (name "ghc-exception-transformers")
+ (version "0.4.0.11")
+ (source (origin
+ (method url-fetch)
+ (uri (hackage-uri "exception-transformers" version))
+ (sha256
+ (base32
+ "1zmd2s40m86c9mhv32l5bvvf5r52cgpxvb4v5phyc3pjwlr7m8g5"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "exception-transformers")))
+ (inputs (list ghc-fail ghc-transformers-compat))
+ (native-inputs (list ghc-hunit ghc-test-framework
ghc-test-framework-hunit))
+ (home-page "http://hackage.haskell.org/package/exception-transformers")
+ (synopsis "Type classes and monads for unchecked extensible exceptions")
+ (description
+ "This package provides type classes, a monad and a monad transformer that
support
+unchecked extensible exceptions as well as asynchronous exceptions. It is
+compatible with the transformers package.")
+ (license license:bsd-3)))
+
(define-public ghc-tree-diff
(package
(name "ghc-tree-diff")
- 05/20: gnu: Add ghc-indexed-profunctors., (continued)
- 05/20: gnu: Add ghc-indexed-profunctors., guix-commits, 2023/07/07
- 09/20: gnu: Add ghc-sdl2-ttf., guix-commits, 2023/07/07
- 20/20: gnu: Add Plunder., guix-commits, 2023/07/07
- 04/20: gnu: Add ghc-constraints-extras., guix-commits, 2023/07/07
- 07/20: gnu: Add ghc-generic-lens., guix-commits, 2023/07/07
- 08/20: gnu: Add ghc-these-lens., guix-commits, 2023/07/07
- 16/20: gnu: Add ghc-patch., guix-commits, 2023/07/07
- 06/20: gnu: Add ghc-generic-lens-core., guix-commits, 2023/07/07
- 18/20: gnu: Add ghc-reflex., guix-commits, 2023/07/07
- 10/20: gnu: Add ghc-sdl2-gfx., guix-commits, 2023/07/07
- 11/20: gnu: Add ghc-exception-transformers.,
guix-commits <=
- 17/20: gnu: Add ghc-ref-tf., guix-commits, 2023/07/07
- 14/20: gnu: Add ghc-dependent-map., guix-commits, 2023/07/07
- 12/20: gnu: Add ghc-commutative-semigroup., guix-commits, 2023/07/07
- 19/20: gnu: Add ghc-reflex-sdl2., guix-commits, 2023/07/07
- 03/20: gnu: Add ghc-hscolour., guix-commits, 2023/07/07
- 13/20: gnu: Add ghc-dependent-sum., guix-commits, 2023/07/07
- 01/20: avahi: Poll less., guix-commits, 2023/07/07
- 15/20: gnu: Add ghc-prim-uniq., guix-commits, 2023/07/07