[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55005] [PATCH 09/13] gnu: Add ghc-monoid-subclasses
From: |
Thomas Albers |
Subject: |
[bug#55005] [PATCH 09/13] gnu: Add ghc-monoid-subclasses |
Date: |
Mon, 18 Apr 2022 20:09:53 +0200 |
---
gnu/packages/haskell-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 657eb496a5..fdc9edabde 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16296,3 +16296,29 @@ (define-public ghc-record-dot-preprocessor
"Preprocessor to allow the @code{record.field} syntax to access the
fields of records in Haskell.")
(license license:bsd-3)))
+
+(define-public ghc-monoid-subclasses
+ (package
+ (name "ghc-monoid-subclasses")
+ (version "1.1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "monoid-subclasses" version))
+ (sha256
+ (base32 "1nglki10rlpi872p55pa8g809q5sna7yzh3zw4rqfhq89kb15wcv"))))
+ (build-system haskell-build-system)
+ (outputs '("out" "static"))
+ (inputs (list ghc-primes ghc-vector))
+ (native-inputs
+ (list ghc-quickcheck
+ ghc-quickcheck-instances
+ ghc-tasty
+ ghc-tasty-quickcheck))
+ (home-page "https://github.com/blamario/monoid-subclasses/")
+ (synopsis "Subclasses of Monoid")
+ (description
+ "This package provides a hierarchy of subclasses of @code{Monoid}
+together with their instances for all data structures from base, containers,
+and text packages.")
+ (license license:bsd-3)))
--
2.35.1
- [bug#55005] [PATCH 04/13] gnu: Add ghc-githash, (continued)
[bug#55005] [PATCH 13/13] gnu: Add ghc-mod, Thomas Albers, 2022/04/18
[bug#55005] [PATCH 10/13] gnu: Add ghc-fuzzy, Thomas Albers, 2022/04/18
[bug#55005] [PATCH 08/13] gnu: Add ghc-record-dot-preprocessor, Thomas Albers, 2022/04/18
[bug#55005] [PATCH 06/13] gnu: Add ghc-algebraic-graphs, Thomas Albers, 2022/04/18
[bug#55005] [PATCH 05/13] gnu: Add ghc-optparse-simple, Thomas Albers, 2022/04/18
[bug#55005] [PATCH 09/13] gnu: Add ghc-monoid-subclasses,
Thomas Albers <=
[bug#55005] [PATCH 12/13] gnu: Add ghc-deque, Thomas Albers, 2022/04/18
[bug#55005] [PATCH 02/13] gnu: Add ghc-direct-sqlite, Thomas Albers, 2022/04/18