[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/20: gnu: Add ghc-ref-tf.
From: |
guix-commits |
Subject: |
17/20: gnu: Add ghc-ref-tf. |
Date: |
Fri, 7 Jul 2023 09:31:47 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a760bc6e602c9130315a38c2c2627df093c51769
Author: zamfofex <zamfofex@twdb.moe>
AuthorDate: Wed Jun 14 09:48:56 2023 -0300
gnu: Add ghc-ref-tf.
* gnu/packages/haskell-xyz.scm (ghc-ref-tf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/haskell-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 3719a6f626..72ab8ed3b4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16618,6 +16618,26 @@ analogous to a function, and which distinguishes
returning the argument it was
provided from returning something else.")
(license license:bsd-3)))
+(define-public ghc-ref-tf
+ (package
+ (name "ghc-ref-tf")
+ (version "0.5.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (hackage-uri "ref-tf" version))
+ (sha256
+ (base32
+ "0isilgcbw12zyh8s2liaj5r9r5m3yg1xskyhag6f36qi60y29hx5"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "ref-tf")))
+ (home-page "http://hackage.haskell.org/package/ref-tf")
+ (synopsis "Type class for monads with references using type families")
+ (description
+ "This package contains a @code{MonadRef} type class that abstracts over
+the details of manipulating references, allowing one to write code that can
+operate in either the @code{ST} monad or the @code{IO} monad.")
+ (license license:bsd-3)))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar
- 09/20: gnu: Add ghc-sdl2-ttf., (continued)
- 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, 2023/07/07
- 17/20: gnu: Add ghc-ref-tf.,
guix-commits <=
- 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