[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
256/328: gnu: Add ghc-conduit-zstd.
From: |
guix-commits |
Subject: |
256/328: gnu: Add ghc-conduit-zstd. |
Date: |
Sat, 16 Nov 2019 19:33:20 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 034f3a8016382883bd775d576efe70964b771990
Author: Timothy Sample <address@hidden>
Date: Tue Nov 5 17:42:53 2019 -0500
gnu: Add ghc-conduit-zstd.
* gnu/packages/haskell-xyz.scm (ghc-conduit-zstd): New variable.
---
gnu/packages/haskell-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 9115afd..565d613 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2141,6 +2141,37 @@ dependencies. The basic idea is that this package
should only depend on
@code{haskell-platform} packages and @code{conduit}.")
(license license:expat)))
+(define-public ghc-conduit-zstd
+ (package
+ (name "ghc-conduit-zstd")
+ (version "0.0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "conduit-zstd/conduit-zstd-" version ".tar.gz"))
+ (sha256
+ (base32
+ "04h7w2903hgw4gjcx2pg29yinnmfapawvc19hd3r57rr12fzb0c6"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-conduit" ,ghc-conduit)
+ ("ghc-zstd" ,ghc-zstd)))
+ (native-inputs
+ `(("ghc-hunit" ,ghc-hunit)
+ ("ghc-conduit-combinators" ,ghc-conduit-combinators)
+ ("ghc-conduit-extra" ,ghc-conduit-extra)
+ ("ghc-test-framework" ,ghc-test-framework)
+ ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
+ ("ghc-test-framework-th" ,ghc-test-framework-th)))
+ (home-page "https://github.com/luispedro/conduit-zstd#readme")
+ (synopsis "Conduit-based ZStd Compression")
+ (description "Zstandard compression packaged as a conduit. This is
+a very thin wrapper around the
+@url{https://github.com/facebookexperimental/hs-zstd/, official hs-zstd
+interface}.")
+ (license license:expat)))
+
(define-public ghc-configurator
(package
(name "ghc-configurator")
- 231/328: gnu: Add libyaml@2.1., (continued)
- 231/328: gnu: Add libyaml@2.1., guix-commits, 2019/11/16
- 240/328: gnu: Add ghc-lib-parser., guix-commits, 2019/11/16
- 245/328: gnu: ghc-persistent: Update to 2.9.2., guix-commits, 2019/11/16
- 246/328: gnu: ghc-cryptohash-sha256: Update Cabal file to r3., guix-commits, 2019/11/16
- 244/328: gnu: ghc-feed: Update to 1.2.0.1., guix-commits, 2019/11/16
- 249/328: gnu: ghc-resolv: Update to 0.1.1.2., guix-commits, 2019/11/16
- 251/328: gnu: ghc-lens: Update to 4.17.1., guix-commits, 2019/11/16
- 255/328: gnu: Add ghc-zstd., guix-commits, 2019/11/16
- 264/328: gnu: ghc-chart: Update to 1.9.1., guix-commits, 2019/11/16
- 226/328: gnu: ghc-vector-builder: Update to 0.3.8., guix-commits, 2019/11/16
- 256/328: gnu: Add ghc-conduit-zstd.,
guix-commits <=
- 263/328: gnu: ghc-linear: Update to 1.20.9., guix-commits, 2019/11/16
- 265/328: gnu: ghc-tree-diff: Update to 0.1., guix-commits, 2019/11/16
- 266/328: gnu: cabal-install: Update to 2.4.0.0., guix-commits, 2019/11/16
- 269/328: gnu: ghc-persistent-sqlite: Update to 2.9.3., guix-commits, 2019/11/16
- 272/328: gnu: ghc-yesod-persistent: Update to 1.6.0.2., guix-commits, 2019/11/16
- 275/328: gnu: Add ghc-bitarray., guix-commits, 2019/11/16
- 278/328: gnu: Add ghc-unicode-transforms., guix-commits, 2019/11/16
- 277/328: gnu: Add ghc-getopt-generics., guix-commits, 2019/11/16
- 285/328: gnu: ghc-yesod-form: Update to 1.6.7., guix-commits, 2019/11/16
- 286/328: gnu: ghc-pandoc-citeproc: Update to 0.16.2., guix-commits, 2019/11/16