[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
256/329: gnu: Add ghc-conduit-zstd.
From: |
guix-commits |
Subject: |
256/329: gnu: Add ghc-conduit-zstd. |
Date: |
Wed, 20 Nov 2019 21:18:32 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit b59c35182e5516be5b3f9ded130235de1e7271bb
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")
- 274/329: gnu: Add ghc-tasty-lua., (continued)
- 274/329: gnu: Add ghc-tasty-lua., guix-commits, 2019/11/20
- 273/329: gnu: ghc-haddock-library: Update to 1.7.0., guix-commits, 2019/11/20
- 276/329: gnu: Add ghc-edit-distance-vector., guix-commits, 2019/11/20
- 285/329: gnu: ghc-yesod-form: Update to 1.6.7., guix-commits, 2019/11/20
- 282/329: gnu: Add ghc-hslua-module-system., guix-commits, 2019/11/20
- 295/329: gnu: Remove ghc-monadplus., guix-commits, 2019/11/20
- 299/329: gnu: ghc-chart-cairo: Update to 1.9.1., guix-commits, 2019/11/20
- 302/329: gnu: cedille: Use most recent GHC., guix-commits, 2019/11/20
- 309/329: gnu: Update xmobar to 0.31., guix-commits, 2019/11/20
- 314/329: gnu: Add ghc-testing-feat., guix-commits, 2019/11/20
- 256/329: gnu: Add ghc-conduit-zstd.,
guix-commits <=
- 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, 2019/11/20