[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
315/329: gnu: Add ghc-groups.
From: |
guix-commits |
Subject: |
315/329: gnu: Add ghc-groups. |
Date: |
Wed, 20 Nov 2019 21:18:54 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit f3e18645e0e344178761ce28ca5c55ac25abc232
Author: Timothy Sample <address@hidden>
Date: Wed Nov 13 00:33:54 2019 -0500
gnu: Add ghc-groups.
* gnu/packages/haskell-xyz.scm (ghc-groups): New variable.
---
gnu/packages/haskell-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 9d160a2..63ec19f 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4379,6 +4379,25 @@ and edge labels with positional information, etc.
@end enumerate\n")
(license license:bsd-3)))
+(define-public ghc-groups
+ (package
+ (name "ghc-groups")
+ (version "0.4.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "groups/groups-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0ggkygkyxw5ga4cza82bjvdraavl294k0h6b62d2px7z3nvqhifx"))))
+ (build-system haskell-build-system)
+ (home-page "https://hackage.haskell.org/package/groups")
+ (synopsis "Haskell 98 groups")
+ (description "This package provides Haskell 98 groups. A group is a
+monoid with invertibility.")
+ (license license:bsd-3)))
+
(define-public ghc-gtk2hs-buildtools
(package
(name "ghc-gtk2hs-buildtools")
- 256/329: gnu: Add ghc-conduit-zstd., (continued)
- 256/329: gnu: Add ghc-conduit-zstd., guix-commits, 2019/11/20
- 261/329: gnu: ghc-warp-tls: Update to 3.2.8., guix-commits, 2019/11/20
- 268/329: gnu: ghc-sdl2: Update to 2.5.0.0., guix-commits, 2019/11/20
- 297/329: gnu: ghc-geniplate-mirror: Update Cabal file to r2., guix-commits, 2019/11/20
- 308/329: gnu: Add ghc-dbus., guix-commits, 2019/11/20
- 305/329: gnu: Add ghc-alsa-mixer., guix-commits, 2019/11/20
- 310/329: gnu: Add ghc-tar-conduit., guix-commits, 2019/11/20
- 306/329: gnu: Add ghc-timezone-series., guix-commits, 2019/11/20
- 304/329: gnu: elm-compiler: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 313/329: gnu: Add ghc-size-based., guix-commits, 2019/11/20
- 315/329: gnu: Add ghc-groups.,
guix-commits <=
- 317/329: gnu: Add ghc-dual-tree., guix-commits, 2019/11/20
- 320/329: gnu: Add ghc-intervals., guix-commits, 2019/11/20
- 312/329: gnu: Add ghc-dictionary-sharing., guix-commits, 2019/11/20
- 319/329: gnu: Add ghc-numeric-extras., guix-commits, 2019/11/20
- 325/329: gnu: Add ghc-diagrams-svg., guix-commits, 2019/11/20
- 328/329: gnu: ghc-haddock: Update to 2.22.0., guix-commits, 2019/11/20
- 266/329: gnu: cabal-install: Update to 2.4.0.0., guix-commits, 2019/11/20
- 277/329: gnu: Add ghc-getopt-generics., guix-commits, 2019/11/20
- 286/329: gnu: ghc-pandoc-citeproc: Update to 0.16.2., guix-commits, 2019/11/20
- 280/329: gnu: Add ghc-microlens-aeson., guix-commits, 2019/11/20