[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/328: gnu: Add ghc-sop-core.
From: |
guix-commits |
Subject: |
35/328: gnu: Add ghc-sop-core. |
Date: |
Sat, 16 Nov 2019 19:32:15 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 11d9802f67e01358d11a898245908442dfa8d014
Author: Timothy Sample <address@hidden>
Date: Fri Nov 1 23:55:03 2019 -0400
gnu: Add ghc-sop-core.
* gnu/packages/haskell-xyz.scm (ghc-sop-core): New variable.
---
gnu/packages/haskell-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 44edf2b..57c1ce7 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9368,6 +9368,29 @@ automatically by SmallCheck.")
"This library provides a SOCKS proxy (version 5) implementation.")
(license license:bsd-3)))
+(define-public ghc-sop-core
+ (package
+ (name "ghc-sop-core")
+ (version "0.4.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "sop-core/sop-core-" version ".tar.gz"))
+ (sha256
+ (base32
+ "07ci2mh8cbjvipb576rxsj3iyhkj5c5dnsns4xkdppp2p3pv10d3"))))
+ (build-system haskell-build-system)
+ (home-page "http://hackage.haskell.org/package/sop-core")
+ (synopsis "True Sums of Products")
+ (description "This package provides an implementation of
+@math{n}-ary sums and @math{n}-ary products. The module @code{Data.SOP}
+is the main module of this library and contains more detailed
+documentation. The main use case of this package is to serve as the
+core of @url{https://hackage.haskell.org/package/generics-sop,
+generics-sop}.")
+ (license license:bsd-3)))
+
(define-public ghc-split
(package
(name "ghc-split")
- 102/328: gnu: ghc-tar: Update to 0.5.1.1., (continued)
- 102/328: gnu: ghc-tar: Update to 0.5.1.1., guix-commits, 2019/11/16
- 19/328: gnu: ghc-transformers-compat: Update to 0.6.5., guix-commits, 2019/11/16
- 23/328: gnu: ghc-appar: Update to 0.1.8., guix-commits, 2019/11/16
- 30/328: gnu: ghc-regex-tdfa: Update to 1.2.3.2., guix-commits, 2019/11/16
- 36/328: gnu: ghc-generics-sop: Update to 0.4.0.1., guix-commits, 2019/11/16
- 38/328: gnu: ghc-regex-pcre-builtin: Update to 0.94.5.8.8.35., guix-commits, 2019/11/16
- 18/328: gnu: ghc-mime-types: Update to 0.1.0.9., guix-commits, 2019/11/16
- 24/328: gnu: ghc-setlocale: Update to 1.0.0.9., guix-commits, 2019/11/16
- 28/328: gnu: ghc-fixed: Update to 0.3., guix-commits, 2019/11/16
- 33/328: gnu: ghc-mmorph: Update to 1.1.3., guix-commits, 2019/11/16
- 35/328: gnu: Add ghc-sop-core.,
guix-commits <=
- 40/328: gnu: ghc-microlens-ghc: Update to 0.4.10., guix-commits, 2019/11/16
- 39/328: gnu: ghc-ansi-terminal: Update to 0.9.1., guix-commits, 2019/11/16
- 48/328: gnu: ghc-syb: Update to 0.7.1., guix-commits, 2019/11/16
- 44/328: gnu: ghc-ansi-wl-pprint: Update to 0.6.9., guix-commits, 2019/11/16
- 49/328: gnu: ghc-intervalmap: Update to 0.6.1.1., guix-commits, 2019/11/16
- 55/328: gnu: ghc-th-expand-syns: Update to 0.4.5.0., guix-commits, 2019/11/16
- 45/328: gnu: Add ghc-splitmix-bootstrap., guix-commits, 2019/11/16
- 51/328: gnu: ghc-hs-bibutils: Update to 6.7.0.0., guix-commits, 2019/11/16
- 53/328: gnu: ghc-pqueue: Update to 1.4.1.2., guix-commits, 2019/11/16
- 57/328: gnu: ghc-vector: Update to 0.12.0.3., guix-commits, 2019/11/16